Html Css Color HEX #1EADEC Summer Sky

📋 copy color: '#1EADEC'

red 30 ◦ green 173 ◦ blue 236

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

Shades of Summer Sky #1EADEC

Tints of Summer Sky #1EADEC

RGB

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

 GREEN value IS 173 (67.97% from 255) = 39.41%

 BLUE value IS 236 (92.58% from 255) = 53.76%

R = 6.83%
G = 39.41%
B = 53.76%

CMYK

 C value IS 0.87

 M value IS 0.27

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#1EADEC (or 0x1EADEC) is known color: Summer Sky. HEX triplet: 1E, AD and EC. RGB value is (30,173,236). Sum of RGB (Red+Green+Blue) = 30+173+236=439 (58% of max value = 765). Red value is 30 (12.11% from 255 or 6.83% from 439); Green value is 173 (67.97% from 255 or 39.41% from 439); Blue value is 236 (92.58% from 255 or 53.76% from 439); Max value from RGB is 236 - color contains mainly: blue. Hex color #1EADEC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1EADEC is #E15213. Grayscale: #898989. Windows color (decimal): -14766612 or 15510814. OLE color: 15510814.

HSL color Cylindrical-coordinate representation of color #1EADEC: hue angle of 198.35º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1EADEC is Cyan = 0.87, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 30 173 236 -
CMYK 0.87 0.27 0 0.07
HSL 198.35º 0.84% 0.52% -
HSV(B) 198.35º 0.87% 0.93% -
XYZ 30.62 36.22 84.73 -
YUV 137.43 183.62 51.38 -
System Red Green Blue C M Y K H S L
Decimal 30 173 236 0.87 0.27 0 0.07 198.35 0.84 0.52
Hex 1E AD EC 57 1B 0 7 C6 54 34
Octal 36 255 354 127 33 0 7 306 124 64
Binary 11110 10101101 11101100 1010111 11011 0 111 11000110 1010100 110100

Color Harmonies of #1EADEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EADEC

Black with #1EADEC

Text Example


Text Example

White with #1EADEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,173,236); }

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

background-color css

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

 a { background-color: rgb(30,173,236); }

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

border-color css

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

 span { border-color: rgb(30,173,236); }

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