Html Css Color HEX #1EB9FE Deep Sky Blue

📋 copy color: '#1EB9FE'

red 30 ◦ green 185 ◦ blue 254

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

Shades of Deep Sky Blue #1EB9FE

Tints of Deep Sky Blue #1EB9FE

RGB

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

 GREEN value IS 185 (72.66% from 255) = 39.45%

 BLUE value IS 254 (99.61% from 255) = 54.16%

R = 6.4%
G = 39.45%
B = 54.16%

CMYK

 C value IS 0.88

 M value IS 0.27

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#1EB9FE (or 0x1EB9FE) is known color: Deep Sky Blue. HEX triplet: 1E, B9 and FE. RGB value is (30,185,254). Sum of RGB (Red+Green+Blue) = 30+185+254=469 (62% of max value = 765). Red value is 30 (12.11% from 255 or 6.40% from 469); Green value is 185 (72.66% from 255 or 39.45% from 469); Blue value is 254 (99.61% from 255 or 54.16% from 469); Max value from RGB is 254 - color contains mainly: blue. Hex color #1EB9FE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1EB9FE is #E14601. Grayscale: #929292. Windows color (decimal): -14763522 or 16693534. OLE color: 16693534.

HSL color Cylindrical-coordinate representation of color #1EB9FE: hue angle of 198.48º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1EB9FE is Cyan = 0.88, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 30 185 254 -
CMYK 0.88 0.27 0 0.00
HSL 198.48º 0.99% 0.56% -
HSV(B) 198.48º 0.88% 1% -
XYZ 35.77 42.13 100.01 -
YUV 146.52 188.65 44.89 -
System Red Green Blue C M Y K H S L
Decimal 30 185 254 0.88 0.27 0 0.00 198.48 0.99 0.56
Hex 1E B9 FE 58 1B 0 0 C6 63 38
Octal 36 271 376 130 33 0 0 306 143 70
Binary 11110 10111001 11111110 1011000 11011 0 0 11000110 1100011 111000

Color Harmonies of #1EB9FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EB9FE

Black with #1EB9FE

Text Example


Text Example

White with #1EB9FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,185,254); }

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

background-color css

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

 a { background-color: rgb(30,185,254); }

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

border-color css

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

 span { border-color: rgb(30,185,254); }

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