#1CA6DF

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

Shades of Summer Sky #1CA6DF

Tints of Summer Sky #1CA6DF

Color information

#1CA6DF (or 0x1CA6DF) is unknown color: approx Summer Sky. HEX triplet: 1C, A6 and DF. RGB value is (28,166,223). Sum of RGB (Red+Green+Blue) = 28+166+223=417 (55% of max value = 765). Red value is 28 (11.33% from 255 or 6.71% from 417); Green value is 166 (65.23% from 255 or 39.81% from 417); Blue value is 223 (87.5% from 255 or 53.48% from 417); Max value from RGB is 223 - color contains mainly: blue. Hex color #1CA6DF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1CA6DF is #E35920. Grayscale: #828282. Windows color (decimal): -14899489 or 14657052. OLE color: 14657052.

HSL color Cylindrical-coordinate representation of color #1CA6DF: hue angle of 197.54º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1CA6DF is Cyan = 0.87, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB28166223-
CMYK0.870.2600.13
HSL197.54º77.69%49.22%-
HSV(B)197.54º87.44%87.45%-
XYZ27.4332.8574.71-
YUV131.24179.7854.37-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 6.71%
GREEN value IS 166 (65.23% from 255) = 39.81%
BLUE value IS 223 (87.5% from 255) = 53.48%
R=6.71%
G=39.81%
B=53.48%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal281662230.870.2600.13197.5477.6949.22
Hex1CA6DF571A0Dc64e31
Octal342463371273201530611661
Binary11100101001101101111110101111101001101110001101001110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CA6DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1CA6DF; }

 p { color: rgb(28,166,223); }

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

<style>
 a { background-color: #1CA6DF; }

 a { background-color: rgb(28,166,223); }

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

<style>
 span { border-color: #1CA6DF; }

 span { border-color: rgb(28,166,223); }

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