#2BBAD1

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

Shades of Summer Sky #2BBAD1

Tints of Summer Sky #2BBAD1

Color information

#2BBAD1 (or 0x2BBAD1) is unknown color: approx Summer Sky. HEX triplet: 2B, BA and D1. RGB value is (43,186,209). Sum of RGB (Red+Green+Blue) = 43+186+209=438 (58% of max value = 765). Red value is 43 (17.19% from 255 or 9.82% from 438); Green value is 186 (73.05% from 255 or 42.47% from 438); Blue value is 209 (82.03% from 255 or 47.72% from 438); Max value from RGB is 209 - color contains mainly: blue. Hex color #2BBAD1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2BBAD1 is #D4452E. Grayscale: #919191. Windows color (decimal): -13911343 or 13744683. OLE color: 13744683.

HSL color Cylindrical-coordinate representation of color #2BBAD1: hue angle of 188.31º 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 #2BBAD1 is Cyan = 0.79, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB43186209-
CMYK0.790.1100.18
HSL188.31º65.87%49.41%-
HSV(B)188.31º79.43%81.96%-
XYZ30.0640.2366.5-
YUV145.86163.6254.63-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 9.82%
GREEN value IS 186 (73.05% from 255) = 42.47%
BLUE value IS 209 (82.03% from 255) = 47.72%
R=9.82%
G=42.47%
B=47.72%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal431862090.790.1100.18188.3165.8749.41
Hex2BBAD14FB012bc4231
Octal532723211171302227410261
Binary101011101110101101000110011111011010010101111001000010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BBAD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,186,209); }

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

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

 a { background-color: rgb(43,186,209); }

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

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

 span { border-color: rgb(43,186,209); }

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