Html Css Color HEX #1EAEF1 Summer Sky

📋 copy color: '#1EAEF1'

red 30 ◦ green 174 ◦ blue 241

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

Shades of Summer Sky #1EAEF1

Tints of Summer Sky #1EAEF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 54.16%

R = 6.74%
G = 39.1%
B = 54.16%

CMYK

 C value IS 0.88

 M value IS 0.28

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#1EAEF1 (or 0x1EAEF1) is known color: Summer Sky. HEX triplet: 1E, AE and F1. RGB value is (30,174,241). Sum of RGB (Red+Green+Blue) = 30+174+241=445 (58% of max value = 765). Red value is 30 (12.11% from 255 or 6.74% from 445); Green value is 174 (68.36% from 255 or 39.10% from 445); Blue value is 241 (94.53% from 255 or 54.16% from 445); Max value from RGB is 241 - color contains mainly: blue. Hex color #1EAEF1 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1EAEF1 is #E1510E. Grayscale: #8A8A8A. Windows color (decimal): -14766351 or 15838750. OLE color: 15838750.

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

Color convert

RGB 30 174 241 -
CMYK 0.88 0.28 0 0.05
HSL 199.05º 0.88% 0.53% -
HSV(B) 199.05º 0.88% 0.95% -
XYZ 31.55 36.9 88.68 -
YUV 138.58 185.79 50.55 -
System Red Green Blue C M Y K H S L
Decimal 30 174 241 0.88 0.28 0 0.05 199.05 0.88 0.53
Hex 1E AE F1 58 1C 0 5 C7 58 35
Octal 36 256 361 130 34 0 5 307 130 65
Binary 11110 10101110 11110001 1011000 11100 0 101 11000111 1011000 110101

Color Harmonies of #1EAEF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EAEF1

Black with #1EAEF1

Text Example


Text Example

White with #1EAEF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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