#2BB4CB

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

Shades of Summer Sky #2BB4CB

Tints of Summer Sky #2BB4CB

Color information

#2BB4CB (or 0x2BB4CB) is unknown color: approx Summer Sky. HEX triplet: 2B, B4 and CB. RGB value is (43,180,203). Sum of RGB (Red+Green+Blue) = 43+180+203=426 (56% of max value = 765). Red value is 43 (17.19% from 255 or 10.09% from 426); Green value is 180 (70.70% from 255 or 42.25% from 426); Blue value is 203 (79.69% from 255 or 47.65% from 426); Max value from RGB is 203 - color contains mainly: blue. Hex color #2BB4CB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2BB4CB is #D44B34. Grayscale: #8D8D8D. Windows color (decimal): -13912885 or 13349931. OLE color: 13349931.

HSL color Cylindrical-coordinate representation of color #2BB4CB: hue angle of 188.62º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2BB4CB is Cyan = 0.79, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB43180203-
CMYK0.790.1100.20
HSL188.62º65.04%48.24%-
HSV(B)188.62º78.82%79.61%-
XYZ28.137.4762.25-
YUV141.66162.6157.63-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 10.09%
GREEN value IS 180 (70.70% from 255) = 42.25%
BLUE value IS 203 (79.69% from 255) = 47.65%
R=10.09%
G=42.25%
B=47.65%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal431802030.790.1100.20188.6265.0448.24
Hex2BB4CB4FB014bd4130
Octal532643131171302427510160
Binary101011101101001100101110011111011010100101111011000001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BB4CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,180,203); }

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

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

 a { background-color: rgb(43,180,203); }

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

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

 span { border-color: rgb(43,180,203); }

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