#2bbaef

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

Shades of Summer Sky #2BBAEF

Tints of Summer Sky #2BBAEF

Color information

#2BBAEF (or 0x2BBAEF) is unknown color: approx Summer Sky. HEX triplet: 2B, BA and EF. RGB value is (43,186,239). Sum of RGB (Red+Green+Blue) = 43+186+239=468 (61% of max value = 765). Red value is 43 (17.19% from 255 or 9.19% from 468); Green value is 186 (73.05% from 255 or 39.74% from 468); Blue value is 239 (93.75% from 255 or 51.07% from 468); Max value from RGB is 239 - color contains mainly: blue. Hex color #2BBAEF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2BBAEF is #D44510. Grayscale: #949494. Windows color (decimal): -13911313 or 15710763. OLE color: 15710763.

HSL color Cylindrical-coordinate representation of color #2BBAEF: hue angle of 196.22º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2BBAEF is Cyan = 0.82, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB43186239-
CMYK0.820.2200.06
HSL196.22º85.96%55.29%-
HSV(B)196.22º82.01%93.73%-
XYZ34.1441.8687.94-
YUV149.28178.6252.19-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 9.19%
GREEN value IS 186 (73.05% from 255) = 39.74%
BLUE value IS 239 (93.75% from 255) = 51.07%
R=9.19%
G=39.74%
B=51.07%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal431862390.820.2200.06196.2285.9655.29
Hex2BBAEF521606c45637
Octal53272357122260630412667
Binary10101110111010111011111010010101100110110001001010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2bbaef

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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