#2CB6EA

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

Shades of Summer Sky #2CB6EA

Tints of Summer Sky #2CB6EA

Color information

#2CB6EA (or 0x2CB6EA) is unknown color: approx Summer Sky. HEX triplet: 2C, B6 and EA. RGB value is (44,182,234). Sum of RGB (Red+Green+Blue) = 44+182+234=460 (60% of max value = 765). Red value is 44 (17.58% from 255 or 9.57% from 460); Green value is 182 (71.48% from 255 or 39.57% from 460); Blue value is 234 (91.80% from 255 or 50.87% from 460); Max value from RGB is 234 - color contains mainly: blue. Hex color #2CB6EA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2CB6EA is #D34915. Grayscale: #929292. Windows color (decimal): -13846806 or 15382060. OLE color: 15382060.

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

Color convert

RGB44182234-
CMYK0.810.2200.08
HSL196.42º81.9%54.51%-
HSV(B)196.42º81.2%91.76%-
XYZ32.6239.9383.83-
YUV146.67177.2854.77-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 9.57%
GREEN value IS 182 (71.48% from 255) = 39.57%
BLUE value IS 234 (91.80% from 255) = 50.87%
R=9.57%
G=39.57%
B=50.87%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal441822340.810.2200.08196.4281.954.51
Hex2CB6EA511608c45237
Octal542663521212601030412267
Binary101100101101101110101010100011011001000110001001010010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CB6EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,182,234); }

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

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

 a { background-color: rgb(44,182,234); }

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

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

 span { border-color: rgb(44,182,234); }

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