Html Css Color HEX #1EAEF0 Summer Sky

📋 copy color: '#1EAEF0'

red 30 ◦ green 174 ◦ blue 240

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

Shades of Summer Sky #1EAEF0

Tints of Summer Sky #1EAEF0

RGB

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

 GREEN value IS 174 (68.36% from 255) = 39.19%

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

R = 6.76%
G = 39.19%
B = 54.05%

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

#1EAEF0 (or 0x1EAEF0) is known color: Summer Sky. HEX triplet: 1E, AE and F0. RGB value is (30,174,240). Sum of RGB (Red+Green+Blue) = 30+174+240=444 (58% of max value = 765). Red value is 30 (12.11% from 255 or 6.76% from 444); Green value is 174 (68.36% from 255 or 39.19% from 444); Blue value is 240 (94.14% from 255 or 54.05% from 444); Max value from RGB is 240 - color contains mainly: blue. Hex color #1EAEF0 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1EAEF0 is #E1510F. Grayscale: #8A8A8A. Windows color (decimal): -14766352 or 15773214. OLE color: 15773214.

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

Color convert

RGB 30 174 240 -
CMYK 0.87 0.28 0 0.06
HSL 198.86º 0.88% 0.53% -
HSV(B) 198.86º 0.88% 0.94% -
XYZ 31.4 36.84 87.89 -
YUV 138.47 185.29 50.63 -
System Red Green Blue C M Y K H S L
Decimal 30 174 240 0.87 0.28 0 0.06 198.86 0.88 0.53
Hex 1E AE F0 57 1C 0 6 C7 58 35
Octal 36 256 360 127 34 0 6 307 130 65
Binary 11110 10101110 11110000 1010111 11100 0 110 11000111 1011000 110101

Color Harmonies of #1EAEF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EAEF0

Black with #1EAEF0

Text Example


Text Example

White with #1EAEF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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