Html Css Color HEX #1CACF0 Summer Sky

📋 copy color: '#1CACF0'

red 28 ◦ green 172 ◦ blue 240

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

Shades of Summer Sky #1CACF0

Tints of Summer Sky #1CACF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 54.55%

R = 6.36%
G = 39.09%
B = 54.55%

CMYK

 C value IS 0.88

 M value IS 0.28

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#1CACF0 (or 0x1CACF0) is known color: Summer Sky. HEX triplet: 1C, AC and F0. RGB value is (28,172,240). Sum of RGB (Red+Green+Blue) = 28+172+240=440 (58% of max value = 765). Red value is 28 (11.33% from 255 or 6.36% from 440); Green value is 172 (67.58% from 255 or 39.09% from 440); Blue value is 240 (94.14% from 255 or 54.55% from 440); Max value from RGB is 240 - color contains mainly: blue. Hex color #1CACF0 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1CACF0 is #E3530F. Grayscale: #888888. Windows color (decimal): -14897936 or 15772700. OLE color: 15772700.

HSL color Cylindrical-coordinate representation of color #1CACF0: hue angle of 199.25º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1CACF0 is Cyan = 0.88, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 28 172 240 -
CMYK 0.88 0.28 0 0.06
HSL 199.25º 0.88% 0.53% -
HSV(B) 199.25º 0.88% 0.94% -
XYZ 30.96 36.04 87.76 -
YUV 136.7 186.29 50.47 -
System Red Green Blue C M Y K H S L
Decimal 28 172 240 0.88 0.28 0 0.06 199.25 0.88 0.53
Hex 1C AC F0 58 1C 0 6 C7 58 35
Octal 34 254 360 130 34 0 6 307 130 65
Binary 11100 10101100 11110000 1011000 11100 0 110 11000111 1011000 110101

Color Harmonies of #1CACF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CACF0

Black with #1CACF0

Text Example


Text Example

White with #1CACF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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