#2CA1CE

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

Shades of Summer Sky #2CA1CE

Tints of Summer Sky #2CA1CE

Color information

#2CA1CE (or 0x2CA1CE) is unknown color: approx Summer Sky. HEX triplet: 2C, A1 and CE. RGB value is (44,161,206). Sum of RGB (Red+Green+Blue) = 44+161+206=411 (54% of max value = 765). Red value is 44 (17.58% from 255 or 10.71% from 411); Green value is 161 (63.28% from 255 or 39.17% from 411); Blue value is 206 (80.86% from 255 or 50.12% from 411); Max value from RGB is 206 - color contains mainly: blue. Hex color #2CA1CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2CA1CE is #D35E31. Grayscale: #828282. Windows color (decimal): -13852210 or 13541676. OLE color: 13541676.

HSL color Cylindrical-coordinate representation of color #2CA1CE: hue angle of 196.67º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2CA1CE is Cyan = 0.79, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB44161206-
CMYK0.790.2200.19
HSL196.67º64.8%49.02%-
HSV(B)196.67º78.64%80.78%-
XYZ24.9230.4862.96-
YUV131.15170.2465.84-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 10.71%
GREEN value IS 161 (63.28% from 255) = 39.17%
BLUE value IS 206 (80.86% from 255) = 50.12%
R=10.71%
G=39.17%
B=50.12%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal441612060.790.2200.19196.6764.849.02
Hex2CA1CE4F16013c54131
Octal542413161172602330510161
Binary1011001010000111001110100111110110010011110001011000001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CA1CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,161,206); }

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

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

 a { background-color: rgb(44,161,206); }

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

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

 span { border-color: rgb(44,161,206); }

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