#2BCCEC

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

Shades of Summer Sky #2BCCEC

Tints of Summer Sky #2BCCEC

Color information

#2BCCEC (or 0x2BCCEC) is unknown color: approx Summer Sky. HEX triplet: 2B, CC and EC. RGB value is (43,204,236). Sum of RGB (Red+Green+Blue) = 43+204+236=483 (63% of max value = 765). Red value is 43 (17.19% from 255 or 8.90% from 483); Green value is 204 (80.08% from 255 or 42.24% from 483); Blue value is 236 (92.58% from 255 or 48.86% from 483); Max value from RGB is 236 - color contains mainly: blue. Hex color #2BCCEC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2BCCEC is #D43313. Grayscale: #9F9F9F. Windows color (decimal): -13906708 or 15518763. OLE color: 15518763.

HSL color Cylindrical-coordinate representation of color #2BCCEC: hue angle of 189.95º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2BCCEC is Cyan = 0.82, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB43204236-
CMYK0.820.1400.07
HSL189.95º83.55%54.71%-
HSV(B)189.95º81.78%92.55%-
XYZ37.7349.7686.97-
YUV159.51171.1644.9-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 8.90%
GREEN value IS 204 (80.08% from 255) = 42.24%
BLUE value IS 236 (92.58% from 255) = 48.86%
R=8.90%
G=42.24%
B=48.86%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal432042360.820.1400.07189.9583.5554.71
Hex2BCCEC52E07be5437
Octal53314354122160727612467
Binary1010111100110011101100101001011100111101111101010100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BCCEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,204,236); }

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

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

 a { background-color: rgb(43,204,236); }

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

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

 span { border-color: rgb(43,204,236); }

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