#1CAADD

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

Shades of Summer Sky #1CAADD

Tints of Summer Sky #1CAADD

Color information

#1CAADD (or 0x1CAADD) is unknown color: approx Summer Sky. HEX triplet: 1C, AA and DD. RGB value is (28,170,221). Sum of RGB (Red+Green+Blue) = 28+170+221=419 (55% of max value = 765). Red value is 28 (11.33% from 255 or 6.68% from 419); Green value is 170 (66.80% from 255 or 40.57% from 419); Blue value is 221 (86.72% from 255 or 52.74% from 419); Max value from RGB is 221 - color contains mainly: blue. Hex color #1CAADD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1CAADD is #E35522. Grayscale: #858585. Windows color (decimal): -14898467 or 14527004. OLE color: 14527004.

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

Color convert

RGB28170221-
CMYK0.870.2300.13
HSL195.85º77.51%48.82%-
HSV(B)195.85º87.33%86.67%-
XYZ27.934.2273.54-
YUV133.36177.4652.85-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 6.68%
GREEN value IS 170 (66.80% from 255) = 40.57%
BLUE value IS 221 (86.72% from 255) = 52.74%
R=6.68%
G=40.57%
B=52.74%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal281702210.870.2300.13195.8577.5148.82
Hex1CAADD57170Dc44e31
Octal342523351272701530411661
Binary11100101010101101110110101111011101101110001001001110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CAADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,170,221); }

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

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

 a { background-color: rgb(28,170,221); }

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

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

 span { border-color: rgb(28,170,221); }

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