#2BB7EF

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

Shades of Summer Sky #2BB7EF

Tints of Summer Sky #2BB7EF

Color information

#2BB7EF (or 0x2BB7EF) is unknown color: approx Summer Sky. HEX triplet: 2B, B7 and EF. RGB value is (43,183,239). Sum of RGB (Red+Green+Blue) = 43+183+239=465 (61% of max value = 765). Red value is 43 (17.19% from 255 or 9.25% from 465); Green value is 183 (71.88% from 255 or 39.35% from 465); Blue value is 239 (93.75% from 255 or 51.40% from 465); Max value from RGB is 239 - color contains mainly: blue. Hex color #2BB7EF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2BB7EF is #D44810. Grayscale: #939393. Windows color (decimal): -13912081 or 15709995. OLE color: 15709995.

HSL color Cylindrical-coordinate representation of color #2BB7EF: hue angle of 197.14º 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 #2BB7EF is Cyan = 0.82, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB43183239-
CMYK0.820.2300.06
HSL197.14º85.96%55.29%-
HSV(B)197.14º82.01%93.73%-
XYZ33.5140.6187.73-
YUV147.52179.6253.45-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 9.25%
GREEN value IS 183 (71.88% from 255) = 39.35%
BLUE value IS 239 (93.75% from 255) = 51.40%
R=9.25%
G=39.35%
B=51.40%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal431832390.820.2300.06197.1485.9655.29
Hex2BB7EF521706c55637
Octal53267357122270630512667
Binary10101110110111111011111010010101110110110001011010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BB7EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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