#2BB8DB

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

Shades of Summer Sky #2BB8DB

Tints of Summer Sky #2BB8DB

Color information

#2BB8DB (or 0x2BB8DB) is unknown color: approx Summer Sky. HEX triplet: 2B, B8 and DB. RGB value is (43,184,219). Sum of RGB (Red+Green+Blue) = 43+184+219=446 (59% of max value = 765). Red value is 43 (17.19% from 255 or 9.64% from 446); Green value is 184 (72.27% from 255 or 41.26% from 446); Blue value is 219 (85.94% from 255 or 49.10% from 446); Max value from RGB is 219 - color contains mainly: blue. Hex color #2BB8DB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2BB8DB is #D44724. Grayscale: #919191. Windows color (decimal): -13911845 or 14399531. OLE color: 14399531.

HSL color Cylindrical-coordinate representation of color #2BB8DB: hue angle of 191.93º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2BB8DB is Cyan = 0.80, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB43184219-
CMYK0.800.1600.14
HSL191.93º70.97%51.37%-
HSV(B)191.93º80.37%85.88%-
XYZ30.9239.9173.09-
YUV145.83169.2954.65-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 9.64%
GREEN value IS 184 (72.27% from 255) = 41.26%
BLUE value IS 219 (85.94% from 255) = 49.10%
R=9.64%
G=41.26%
B=49.10%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal431842190.800.1600.14191.9370.9751.37
Hex2BB8DB50100Ec04733
Octal532703331202001630010763
Binary101011101110001101101110100001000001110110000001000111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BB8DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,184,219); }

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

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

 a { background-color: rgb(43,184,219); }

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

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

 span { border-color: rgb(43,184,219); }

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