Html Css Color HEX #019EED Deep Sky Blue

📋 copy color: '#019EED'

red 1 ◦ green 158 ◦ blue 237

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

Shades of Deep Sky Blue #019EED

Tints of Deep Sky Blue #019EED

RGB

 RED value IS 1 (0.78% from 255) = 0.25%

 GREEN value IS 158 (62.11% from 255) = 39.9%

 BLUE value IS 237 (92.97% from 255) = 59.85%

R = 0.25%
G = 39.9%
B = 59.85%

CMYK

 C value IS 1.00

 M value IS 0.33

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#019EED (or 0x019EED) is known color: Deep Sky Blue. HEX triplet: 01, 9E and ED. RGB value is (1,158,237). Sum of RGB (Red+Green+Blue) = 1+158+237=396 (52% of max value = 765). Red value is 1 (0.78% from 255 or 0.25% from 396); Green value is 158 (62.11% from 255 or 39.90% from 396); Blue value is 237 (92.97% from 255 or 59.85% from 396); Max value from RGB is 237 - color contains mainly: blue. Hex color #019EED is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #019EED is #FE6112. Grayscale: #777777. Windows color (decimal): -16670995 or 15572481. OLE color: 15572481.

HSL color Cylindrical-coordinate representation of color #019EED: hue angle of 200.08º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #019EED is Cyan = 1.00, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 1 158 237 -
CMYK 1.00 0.33 0 0.07
HSL 200.08º 0.99% 0.47% -
HSV(B) 200.08º 1% 0.93% -
XYZ 27.53 30.57 84.57 -
YUV 120.06 193.99 43.08 -
System Red Green Blue C M Y K H S L
Decimal 1 158 237 1.00 0.33 0 0.07 200.08 0.99 0.47
Hex 1 9E ED 64 21 0 7 C8 63 2F
Octal 1 236 355 144 41 0 7 310 143 57
Binary 1 10011110 11101101 1100100 100001 0 111 11001000 1100011 101111

Color Harmonies of #019EED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #019EED

Black with #019EED

Text Example


Text Example

White with #019EED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #019EED; }

 p { color: rgb(1,158,237); }

 H1.HeaderClassName
 {
   color: #019EED;
 }
 .AnyTagClassName
 {
   color: #019EED;
 }
</style>

background-color css

<style>
 a { background-color: #019EED; }

 a { background-color: rgb(1,158,237); }

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

border-color css

<style>
 span { border-color: #019EED; }

 span { border-color: rgb(1,158,237); }

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