Html Css Color HEX #1EACF0 Summer Sky

📋 copy color: '#1EACF0'

red 30 ◦ green 172 ◦ blue 240

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

Shades of Summer Sky #1EACF0

Tints of Summer Sky #1EACF0

RGB

 RED value IS 30 (12.11% from 255) = 6.79%

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

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

R = 6.79%
G = 38.91%
B = 54.3%

CMYK

 C value IS 0.87

 M value IS 0.28

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#1EACF0 (or 0x1EACF0) is known color: Summer Sky. HEX triplet: 1E, AC and F0. RGB value is (30,172,240). Sum of RGB (Red+Green+Blue) = 30+172+240=442 (58% of max value = 765). Red value is 30 (12.11% from 255 or 6.79% from 442); Green value is 172 (67.58% from 255 or 38.91% from 442); Blue value is 240 (94.14% from 255 or 54.30% from 442); Max value from RGB is 240 - color contains mainly: blue. Hex color #1EACF0 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1EACF0 is #E1530F. Grayscale: #888888. Windows color (decimal): -14766864 or 15772702. OLE color: 15772702.

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

Color convert

RGB 30 172 240 -
CMYK 0.87 0.28 0 0.06
HSL 199.43º 0.88% 0.53% -
HSV(B) 199.43º 0.88% 0.94% -
XYZ 31.02 36.07 87.77 -
YUV 137.29 185.96 51.47 -
System Red Green Blue C M Y K H S L
Decimal 30 172 240 0.87 0.28 0 0.06 199.43 0.88 0.53
Hex 1E AC F0 57 1C 0 6 C7 58 35
Octal 36 254 360 127 34 0 6 307 130 65
Binary 11110 10101100 11110000 1010111 11100 0 110 11000111 1011000 110101

Color Harmonies of #1EACF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EACF0

Black with #1EACF0

Text Example


Text Example

White with #1EACF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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