#2bc5ef

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

Shades of Summer Sky #2BC5EF

Tints of Summer Sky #2BC5EF

Color information

#2BC5EF (or 0x2BC5EF) is unknown color: approx Summer Sky. HEX triplet: 2B, C5 and EF. RGB value is (43,197,239). Sum of RGB (Red+Green+Blue) = 43+197+239=479 (63% of max value = 765). Red value is 43 (17.19% from 255 or 8.98% from 479); Green value is 197 (77.34% from 255 or 41.13% from 479); Blue value is 239 (93.75% from 255 or 49.90% from 479); Max value from RGB is 239 - color contains mainly: blue. Hex color #2BC5EF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2BC5EF is #D43A10. Grayscale: #9B9B9B. Windows color (decimal): -13908497 or 15713579. OLE color: 15713579.

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

Color convert

RGB43197239-
CMYK0.820.1800.06
HSL192.86º85.96%55.29%-
HSV(B)192.86º82.01%93.73%-
XYZ36.5446.6888.75-
YUV155.74174.9847.58-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 8.98%
GREEN value IS 197 (77.34% from 255) = 41.13%
BLUE value IS 239 (93.75% from 255) = 49.90%
R=8.98%
G=41.13%
B=49.90%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal431972390.820.1800.06192.8685.9655.29
Hex2BC5EF521206c15637
Octal53305357122220630112667
Binary10101111000101111011111010010100100110110000011010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2bc5ef

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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