Html Css Color HEX #019FEE Deep Sky Blue

📋 copy color: '#019FEE'

red 1 ◦ green 159 ◦ blue 238

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

Shades of Deep Sky Blue #019FEE

Tints of Deep Sky Blue #019FEE

RGB

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

 GREEN value IS 159 (62.5% from 255) = 39.95%

 BLUE value IS 238 (93.36% from 255) = 59.8%

R = 0.25%
G = 39.95%
B = 59.8%

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

#019FEE (or 0x019FEE) is known color: Deep Sky Blue. HEX triplet: 01, 9F and EE. RGB value is (1,159,238). Sum of RGB (Red+Green+Blue) = 1+159+238=398 (52% of max value = 765). Red value is 1 (0.78% from 255 or 0.25% from 398); Green value is 159 (62.5% from 255 or 39.95% from 398); Blue value is 238 (93.36% from 255 or 59.80% from 398); Max value from RGB is 238 - color contains mainly: blue. Hex color #019FEE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #019FEE is #FE6011. Grayscale: #787878. Windows color (decimal): -16670738 or 15638273. OLE color: 15638273.

HSL color Cylindrical-coordinate representation of color #019FEE: hue angle of 200º 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 #019FEE is Cyan = 1.00, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 1 159 238 -
CMYK 1.00 0.33 0 0.07
HSL 200º 0.99% 0.47% -
HSV(B) 200º 1% 0.93% -
XYZ 27.84 30.98 85.4 -
YUV 120.76 194.15 42.58 -
System Red Green Blue C M Y K H S L
Decimal 1 159 238 1.00 0.33 0 0.07 200 0.99 0.47
Hex 1 9F EE 64 21 0 7 C8 63 2F
Octal 1 237 356 144 41 0 7 310 143 57
Binary 1 10011111 11101110 1100100 100001 0 111 11001000 1100011 101111

Color Harmonies of #019FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #019FEE

Black with #019FEE

Text Example


Text Example

White with #019FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,159,238); }

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

background-color css

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

 a { background-color: rgb(1,159,238); }

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

border-color css

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

 span { border-color: rgb(1,159,238); }

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