#2BB6D0

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

Shades of Summer Sky #2BB6D0

Tints of Summer Sky #2BB6D0

Color information

#2BB6D0 (or 0x2BB6D0) is unknown color: approx Summer Sky. HEX triplet: 2B, B6 and D0. RGB value is (43,182,208). Sum of RGB (Red+Green+Blue) = 43+182+208=433 (57% of max value = 765). Red value is 43 (17.19% from 255 or 9.93% from 433); Green value is 182 (71.48% from 255 or 42.03% from 433); Blue value is 208 (81.64% from 255 or 48.04% from 433); Max value from RGB is 208 - color contains mainly: blue. Hex color #2BB6D0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2BB6D0 is #D4492F. Grayscale: #8F8F8F. Windows color (decimal): -13912368 or 13678123. OLE color: 13678123.

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

Color convert

RGB43182208-
CMYK0.790.1200.18
HSL189.45º65.74%49.22%-
HSV(B)189.45º79.33%81.57%-
XYZ29.1138.5265.58-
YUV143.4164.4556.39-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 9.93%
GREEN value IS 182 (71.48% from 255) = 42.03%
BLUE value IS 208 (81.64% from 255) = 48.04%
R=9.93%
G=42.03%
B=48.04%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal431822080.790.1200.18189.4565.7449.22
Hex2BB6D04FC012bd4231
Octal532663201171402227510261
Binary101011101101101101000010011111100010010101111011000010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BB6D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,182,208); }

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

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

 a { background-color: rgb(43,182,208); }

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

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

 span { border-color: rgb(43,182,208); }

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