#2BB2DF

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

Shades of Summer Sky #2BB2DF

Tints of Summer Sky #2BB2DF

Color information

#2BB2DF (or 0x2BB2DF) is unknown color: approx Summer Sky. HEX triplet: 2B, B2 and DF. RGB value is (43,178,223). Sum of RGB (Red+Green+Blue) = 43+178+223=444 (58% of max value = 765). Red value is 43 (17.19% from 255 or 9.68% from 444); Green value is 178 (69.92% from 255 or 40.09% from 444); Blue value is 223 (87.5% from 255 or 50.23% from 444); Max value from RGB is 223 - color contains mainly: blue. Hex color #2BB2DF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2BB2DF is #D44D20. Grayscale: #8E8E8E. Windows color (decimal): -13913377 or 14660139. OLE color: 14660139.

HSL color Cylindrical-coordinate representation of color #2BB2DF: hue angle of 195º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2BB2DF is Cyan = 0.81, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB43178223-
CMYK0.810.2000.13
HSL195º73.77%52.16%-
HSV(B)195º80.72%87.45%-
XYZ30.2437.6875.49-
YUV142.76173.2756.84-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 9.68%
GREEN value IS 178 (69.92% from 255) = 40.09%
BLUE value IS 223 (87.5% from 255) = 50.23%
R=9.68%
G=40.09%
B=50.23%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal431782230.810.2000.1319573.7752.16
Hex2BB2DF51140Dc34a34
Octal532623371212401530311264
Binary101011101100101101111110100011010001101110000111001010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BB2DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,178,223); }

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

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

 a { background-color: rgb(43,178,223); }

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

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

 span { border-color: rgb(43,178,223); }

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