#2cadcc

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

Shades of Summer Sky #2CADCC

Tints of Summer Sky #2CADCC

Color information

#2CADCC (or 0x2CADCC) is unknown color: approx Summer Sky. HEX triplet: 2C, AD and CC. RGB value is (44,173,204). Sum of RGB (Red+Green+Blue) = 44+173+204=421 (55% of max value = 765). Red value is 44 (17.58% from 255 or 10.45% from 421); Green value is 173 (67.97% from 255 or 41.09% from 421); Blue value is 204 (80.08% from 255 or 48.46% from 421); Max value from RGB is 204 - color contains mainly: blue. Hex color #2CADCC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2CADCC is #D35233. Grayscale: #898989. Windows color (decimal): -13849140 or 13413676. OLE color: 13413676.

HSL color Cylindrical-coordinate representation of color #2CADCC: hue angle of 191.62º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2CADCC is Cyan = 0.78, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB44173204-
CMYK0.780.1500.2
HSL191.62º64.52%48.63%-
HSV(B)191.62º78.43%80%-
XYZ26.8834.7862.42-
YUV137.96165.2660.98-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 10.45%
GREEN value IS 173 (67.97% from 255) = 41.09%
BLUE value IS 204 (80.08% from 255) = 48.46%
R=10.45%
G=41.09%
B=48.46%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal441732040.780.1500.2191.6264.5248.63
Hex2CADCC4EF014c04131
Octal542553141161702430010161
Binary101100101011011100110010011101111010100110000001000001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2cadcc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,173,204); }

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

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

 a { background-color: rgb(44,173,204); }

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

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

 span { border-color: rgb(44,173,204); }

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