#2CA5D9

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

Shades of Summer Sky #2CA5D9

Tints of Summer Sky #2CA5D9

Color information

#2CA5D9 (or 0x2CA5D9) is unknown color: approx Summer Sky. HEX triplet: 2C, A5 and D9. RGB value is (44,165,217). Sum of RGB (Red+Green+Blue) = 44+165+217=426 (56% of max value = 765). Red value is 44 (17.58% from 255 or 10.33% from 426); Green value is 165 (64.84% from 255 or 38.73% from 426); Blue value is 217 (85.16% from 255 or 50.94% from 426); Max value from RGB is 217 - color contains mainly: blue. Hex color #2CA5D9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2CA5D9 is #D35A26. Grayscale: #868686. Windows color (decimal): -13851175 or 14263596. OLE color: 14263596.

HSL color Cylindrical-coordinate representation of color #2CA5D9: hue angle of 198.03º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2CA5D9 is Cyan = 0.80, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB44165217-
CMYK0.800.2400.15
HSL198.03º69.48%51.18%-
HSV(B)198.03º79.72%85.1%-
XYZ27.0232.4670.49-
YUV134.75174.4163.27-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 10.33%
GREEN value IS 165 (64.84% from 255) = 38.73%
BLUE value IS 217 (85.16% from 255) = 50.94%
R=10.33%
G=38.73%
B=50.94%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal441652170.800.2400.15198.0369.4851.18
Hex2CA5D950180Fc64533
Octal542453311203001730610563
Binary101100101001011101100110100001100001111110001101000101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CA5D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,165,217); }

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

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

 a { background-color: rgb(44,165,217); }

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

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

 span { border-color: rgb(44,165,217); }

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