Html Css Color HEX #1EBADE Summer Sky

📋 copy color: '#1EBADE'

red 30 ◦ green 186 ◦ blue 222

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

Shades of Summer Sky #1EBADE

Tints of Summer Sky #1EBADE

RGB

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

 GREEN value IS 186 (73.05% from 255) = 42.47%

 BLUE value IS 222 (87.11% from 255) = 50.68%

R = 6.85%
G = 42.47%
B = 50.68%

CMYK

 C value IS 0.86

 M value IS 0.16

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1EBADE (or 0x1EBADE) is known color: Summer Sky. HEX triplet: 1E, BA and DE. RGB value is (30,186,222). Sum of RGB (Red+Green+Blue) = 30+186+222=438 (58% of max value = 765). Red value is 30 (12.11% from 255 or 6.85% from 438); Green value is 186 (73.05% from 255 or 42.47% from 438); Blue value is 222 (87.11% from 255 or 50.68% from 438); Max value from RGB is 222 - color contains mainly: blue. Hex color #1EBADE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1EBADE is #E14521. Grayscale: #8F8F8F. Windows color (decimal): -14763298 or 14596638. OLE color: 14596638.

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

Color convert

RGB 30 186 222 -
CMYK 0.86 0.16 0 0.13
HSL 191.25º 0.76% 0.49% -
HSV(B) 191.25º 0.86% 0.87% -
XYZ 31.28 40.67 75.31 -
YUV 143.46 172.32 47.07 -
System Red Green Blue C M Y K H S L
Decimal 30 186 222 0.86 0.16 0 0.13 191.25 0.76 0.49
Hex 1E BA DE 56 10 0 D BF 4C 31
Octal 36 272 336 126 20 0 15 277 114 61
Binary 11110 10111010 11011110 1010110 10000 0 1101 10111111 1001100 110001

Color Harmonies of #1EBADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EBADE

Black with #1EBADE

Text Example


Text Example

White with #1EBADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,186,222); }

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

background-color css

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

 a { background-color: rgb(30,186,222); }

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

border-color css

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

 span { border-color: rgb(30,186,222); }

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