#2bb5cf

Color #2BB5CF Summer Sky (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Summer Sky #2BB5CF

Tints of Summer Sky #2BB5CF

Color information

#2BB5CF (or 0x2BB5CF) is unknown color: approx Summer Sky. HEX triplet: 2B, B5 and CF. RGB value is (43,181,207). Sum of RGB (Red+Green+Blue) = 43+181+207=431 (57% of max value = 765). Red value is 43 (17.19% from 255 or 9.98% from 431); Green value is 181 (71.09% from 255 or 42.00% from 431); Blue value is 207 (81.25% from 255 or 48.03% from 431); Max value from RGB is 207 - color contains mainly: blue. Hex color #2BB5CF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2BB5CF is #D44A30. Grayscale: #8E8E8E. Windows color (decimal): -13912625 or 13612331. OLE color: 13612331.

HSL color Cylindrical-coordinate representation of color #2BB5CF: hue angle of 189.51º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2BB5CF is Cyan = 0.79, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB43181207-
CMYK0.790.1300.19
HSL189.51º65.6%49.02%-
HSV(B)189.51º79.23%81.18%-
XYZ28.7838.0764.86-
YUV142.7164.2856.89-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 43 (17.19% from 255) = 9.98%
GREEN value IS 181 (71.09% from 255) = 42.00%
BLUE value IS 207 (81.25% from 255) = 48.03%
R=9.98%
G=42.00%
B=48.03%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal431812070.790.1300.19189.5165.649.02
Hex2BB5CF4FD013be4231
Octal532653171171502327610261
Binary101011101101011100111110011111101010011101111101000010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2bb5cf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2bb5cf; }

 p { color: rgb(43,181,207); }

 H1.HeaderClassName
 {
   color: #2bb5cf;
 }
 .AnyTagClassName
 {
   color: #2bb5cf;
 }
</style>
background-color css

<style>
 a { background-color: #2bb5cf; }

 a { background-color: rgb(43,181,207); }

 div.DivClassName
 {
   background-color: #2bb5cf;
 }
 .BgClassName
 {
   background-color: #2bb5cf;
 }
</style>
border-color css

<style>
 span { border-color: #2bb5cf; }

 span { border-color: rgb(43,181,207); }

 td.TdClassName
 {
   border-color: #2bb5cf;
 }
 .TagClassName
 {
   border-color: #2bb5cf;
 }
</style>