Html Css Color HEX #1CACE4 Summer Sky

📋 copy color: '#1CACE4'

red 28 ◦ green 172 ◦ blue 228

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

Shades of Summer Sky #1CACE4

Tints of Summer Sky #1CACE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 53.27%

R = 6.54%
G = 40.19%
B = 53.27%

CMYK

 C value IS 0.88

 M value IS 0.25

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#1CACE4 (or 0x1CACE4) is known color: Summer Sky. HEX triplet: 1C, AC and E4. RGB value is (28,172,228). Sum of RGB (Red+Green+Blue) = 28+172+228=428 (56% of max value = 765). Red value is 28 (11.33% from 255 or 6.54% from 428); Green value is 172 (67.58% from 255 or 40.19% from 428); Blue value is 228 (89.45% from 255 or 53.27% from 428); Max value from RGB is 228 - color contains mainly: blue. Hex color #1CACE4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1CACE4 is #E3531B. Grayscale: #868686. Windows color (decimal): -14897948 or 14986268. OLE color: 14986268.

HSL color Cylindrical-coordinate representation of color #1CACE4: hue angle of 196.8º degrees, saturation: 0.79, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1CACE4 is Cyan = 0.88, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 28 172 228 -
CMYK 0.88 0.25 0 0.11
HSL 196.8º 0.79% 0.5% -
HSV(B) 196.8º 0.88% 0.89% -
XYZ 29.24 35.35 78.68 -
YUV 135.33 180.29 51.45 -
System Red Green Blue C M Y K H S L
Decimal 28 172 228 0.88 0.25 0 0.11 196.8 0.79 0.5
Hex 1C AC E4 58 19 0 B C5 4F 32
Octal 34 254 344 130 31 0 13 305 117 62
Binary 11100 10101100 11100100 1011000 11001 0 1011 11000101 1001111 110010

Color Harmonies of #1CACE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CACE4

Black with #1CACE4

Text Example


Text Example

White with #1CACE4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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