#1CA1DF

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

Shades of Summer Sky #1CA1DF

Tints of Summer Sky #1CA1DF

Color information

#1CA1DF (or 0x1CA1DF) is unknown color: approx Summer Sky. HEX triplet: 1C, A1 and DF. RGB value is (28,161,223). Sum of RGB (Red+Green+Blue) = 28+161+223=412 (54% of max value = 765). Red value is 28 (11.33% from 255 or 6.80% from 412); Green value is 161 (63.28% from 255 or 39.08% from 412); Blue value is 223 (87.5% from 255 or 54.13% from 412); Max value from RGB is 223 - color contains mainly: blue. Hex color #1CA1DF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1CA1DF is #E35E20. Grayscale: #7F7F7F. Windows color (decimal): -14900769 or 14655772. OLE color: 14655772.

HSL color Cylindrical-coordinate representation of color #1CA1DF: hue angle of 199.08º 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 #1CA1DF is Cyan = 0.87, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB28161223-
CMYK0.870.2800.13
HSL199.08º77.69%49.22%-
HSV(B)199.08º87.44%87.45%-
XYZ26.5431.0674.41-
YUV128.3181.4456.46-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 6.80%
GREEN value IS 161 (63.28% from 255) = 39.08%
BLUE value IS 223 (87.5% from 255) = 54.13%
R=6.80%
G=39.08%
B=54.13%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal281612230.870.2800.13199.0877.6949.22
Hex1CA1DF571C0Dc74e31
Octal342413371273401530711661
Binary11100101000011101111110101111110001101110001111001110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CA1DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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