Html Css Color HEX #1CACE0 Summer Sky

📋 copy color: '#1CACE0'

red 28 ◦ green 172 ◦ blue 224

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

Shades of Summer Sky #1CACE0

Tints of Summer Sky #1CACE0

RGB

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

 GREEN value IS 172 (67.58% from 255) = 40.57%

 BLUE value IS 224 (87.89% from 255) = 52.83%

R = 6.6%
G = 40.57%
B = 52.83%

CMYK

 C value IS 0.88

 M value IS 0.23

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#1CACE0 (or 0x1CACE0) is known color: Summer Sky. HEX triplet: 1C, AC and E0. RGB value is (28,172,224). Sum of RGB (Red+Green+Blue) = 28+172+224=424 (56% of max value = 765). Red value is 28 (11.33% from 255 or 6.60% from 424); Green value is 172 (67.58% from 255 or 40.57% from 424); Blue value is 224 (87.89% from 255 or 52.83% from 424); Max value from RGB is 224 - color contains mainly: blue. Hex color #1CACE0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1CACE0 is #E3531F. Grayscale: #868686. Windows color (decimal): -14897952 or 14724124. OLE color: 14724124.

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

Color convert

RGB 28 172 224 -
CMYK 0.88 0.23 0 0.12
HSL 195.92º 0.78% 0.49% -
HSV(B) 195.92º 0.88% 0.88% -
XYZ 28.69 35.13 75.79 -
YUV 134.87 178.29 51.77 -
System Red Green Blue C M Y K H S L
Decimal 28 172 224 0.88 0.23 0 0.12 195.92 0.78 0.49
Hex 1C AC E0 58 17 0 C C4 4E 31
Octal 34 254 340 130 27 0 14 304 116 61
Binary 11100 10101100 11100000 1011000 10111 0 1100 11000100 1001110 110001

Color Harmonies of #1CACE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CACE0

Black with #1CACE0

Text Example


Text Example

White with #1CACE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,172,224); }

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

background-color css

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

 a { background-color: rgb(28,172,224); }

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

border-color css

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

 span { border-color: rgb(28,172,224); }

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