Html Css Color HEX #1CA9EC Summer Sky

📋 copy color: '#1CA9EC'

red 28 ◦ green 169 ◦ blue 236

#1CA9EC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Summer Sky #1CA9EC

Tints of Summer Sky #1CA9EC

RGB

 RED value IS 28 (11.33% from 255) = 6.47%

 GREEN value IS 169 (66.41% from 255) = 39.03%

 BLUE value IS 236 (92.58% from 255) = 54.5%

R = 6.47%
G = 39.03%
B = 54.5%

CMYK

 C value IS 0.88

 M value IS 0.28

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#1CA9EC (or 0x1CA9EC) is known color: Summer Sky. HEX triplet: 1C, A9 and EC. RGB value is (28,169,236). Sum of RGB (Red+Green+Blue) = 28+169+236=433 (57% of max value = 765). Red value is 28 (11.33% from 255 or 6.47% from 433); Green value is 169 (66.41% from 255 or 39.03% from 433); Blue value is 236 (92.58% from 255 or 54.50% from 433); Max value from RGB is 236 - color contains mainly: blue. Hex color #1CA9EC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1CA9EC is #E35613. Grayscale: #868686. Windows color (decimal): -14898708 or 15509788. OLE color: 15509788.

HSL color Cylindrical-coordinate representation of color #1CA9EC: hue angle of 199.33º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1CA9EC is Cyan = 0.88, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 28 169 236 -
CMYK 0.88 0.28 0 0.07
HSL 199.33º 0.85% 0.52% -
HSV(B) 199.33º 0.88% 0.93% -
XYZ 29.81 34.68 84.48 -
YUV 134.48 185.29 52.05 -
System Red Green Blue C M Y K H S L
Decimal 28 169 236 0.88 0.28 0 0.07 199.33 0.85 0.52
Hex 1C A9 EC 58 1C 0 7 C7 55 34
Octal 34 251 354 130 34 0 7 307 125 64
Binary 11100 10101001 11101100 1011000 11100 0 111 11000111 1010101 110100

Color Harmonies of #1CA9EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CA9EC

Black with #1CA9EC

Text Example


Text Example

White with #1CA9EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,169,236); }

 H1.HeaderClassName
 {
   color: #1CA9EC;
 }
 .AnyTagClassName
 {
   color: #1CA9EC;
 }
</style>

background-color css

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

 a { background-color: rgb(28,169,236); }

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

border-color css

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

 span { border-color: rgb(28,169,236); }

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