Html Css Color HEX #1EAEDF Summer Sky

📋 copy color: '#1EAEDF'

red 30 ◦ green 174 ◦ blue 223

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

Shades of Summer Sky #1EAEDF

Tints of Summer Sky #1EAEDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 52.22%

R = 7.03%
G = 40.75%
B = 52.22%

CMYK

 C value IS 0.87

 M value IS 0.22

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1EAEDF (or 0x1EAEDF) is known color: Summer Sky. HEX triplet: 1E, AE and DF. RGB value is (30,174,223). Sum of RGB (Red+Green+Blue) = 30+174+223=427 (56% of max value = 765). Red value is 30 (12.11% from 255 or 7.03% from 427); Green value is 174 (68.36% from 255 or 40.75% from 427); Blue value is 223 (87.5% from 255 or 52.22% from 427); Max value from RGB is 223 - color contains mainly: blue. Hex color #1EAEDF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1EAEDF is #E15120. Grayscale: #888888. Windows color (decimal): -14766369 or 14659102. OLE color: 14659102.

HSL color Cylindrical-coordinate representation of color #1EAEDF: hue angle of 195.23º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1EAEDF is Cyan = 0.87, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 30 174 223 -
CMYK 0.87 0.22 0 0.13
HSL 195.23º 0.76% 0.5% -
HSV(B) 195.23º 0.87% 0.87% -
XYZ 28.99 35.88 75.21 -
YUV 136.53 176.79 52.02 -
System Red Green Blue C M Y K H S L
Decimal 30 174 223 0.87 0.22 0 0.13 195.23 0.76 0.5
Hex 1E AE DF 57 16 0 D C3 4C 32
Octal 36 256 337 127 26 0 15 303 114 62
Binary 11110 10101110 11011111 1010111 10110 0 1101 11000011 1001100 110010

Color Harmonies of #1EAEDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EAEDF

Black with #1EAEDF

Text Example


Text Example

White with #1EAEDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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