#2CBDEC

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

Shades of Summer Sky #2CBDEC

Tints of Summer Sky #2CBDEC

Color information

#2CBDEC (or 0x2CBDEC) is unknown color: approx Summer Sky. HEX triplet: 2C, BD and EC. RGB value is (44,189,236). Sum of RGB (Red+Green+Blue) = 44+189+236=469 (62% of max value = 765). Red value is 44 (17.58% from 255 or 9.38% from 469); Green value is 189 (74.22% from 255 or 40.30% from 469); Blue value is 236 (92.58% from 255 or 50.32% from 469); Max value from RGB is 236 - color contains mainly: blue. Hex color #2CBDEC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2CBDEC is #D34213. Grayscale: #969696. Windows color (decimal): -13845012 or 15514924. OLE color: 15514924.

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

Color convert

RGB44189236-
CMYK0.810.2000.07
HSL194.69º83.48%54.9%-
HSV(B)194.69º81.36%92.55%-
XYZ34.3842.9985.84-
YUV151175.9651.68-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 9.38%
GREEN value IS 189 (74.22% from 255) = 40.30%
BLUE value IS 236 (92.58% from 255) = 50.32%
R=9.38%
G=40.30%
B=50.32%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal441892360.810.2000.07194.6983.4854.9
Hex2CBDEC511407c35337
Octal54275354121240730312367
Binary10110010111101111011001010001101000111110000111010011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CBDEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,189,236); }

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

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

 a { background-color: rgb(44,189,236); }

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

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

 span { border-color: rgb(44,189,236); }

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