Html Css Color HEX #1EABDA Summer Sky

📋 copy color: '#1EABDA'

red 30 ◦ green 171 ◦ blue 218

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

Shades of Summer Sky #1EABDA

Tints of Summer Sky #1EABDA

RGB

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

 GREEN value IS 171 (67.19% from 255) = 40.81%

 BLUE value IS 218 (85.55% from 255) = 52.03%

R = 7.16%
G = 40.81%
B = 52.03%

CMYK

 C value IS 0.86

 M value IS 0.22

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#1EABDA (or 0x1EABDA) is known color: Summer Sky. HEX triplet: 1E, AB and DA. RGB value is (30,171,218). Sum of RGB (Red+Green+Blue) = 30+171+218=419 (55% of max value = 765). Red value is 30 (12.11% from 255 or 7.16% from 419); Green value is 171 (67.19% from 255 or 40.81% from 419); Blue value is 218 (85.55% from 255 or 52.03% from 419); Max value from RGB is 218 - color contains mainly: blue. Hex color #1EABDA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1EABDA is #E15425. Grayscale: #858585. Windows color (decimal): -14767142 or 14330654. OLE color: 14330654.

HSL color Cylindrical-coordinate representation of color #1EABDA: hue angle of 195º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1EABDA is Cyan = 0.86, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 30 171 218 -
CMYK 0.86 0.22 0 0.15
HSL 195º 0.76% 0.49% -
HSV(B) 195º 0.86% 0.85% -
XYZ 27.75 34.46 71.52 -
YUV 134.2 175.29 53.68 -
System Red Green Blue C M Y K H S L
Decimal 30 171 218 0.86 0.22 0 0.15 195 0.76 0.49
Hex 1E AB DA 56 16 0 F C3 4C 31
Octal 36 253 332 126 26 0 17 303 114 61
Binary 11110 10101011 11011010 1010110 10110 0 1111 11000011 1001100 110001

Color Harmonies of #1EABDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EABDA

Black with #1EABDA

Text Example


Text Example

White with #1EABDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,171,218); }

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

background-color css

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

 a { background-color: rgb(30,171,218); }

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

border-color css

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

 span { border-color: rgb(30,171,218); }

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