Html Css Color HEX #039FEE Deep Sky Blue

📋 copy color: '#039FEE'

red 3 ◦ green 159 ◦ blue 238

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

Shades of Deep Sky Blue #039FEE

Tints of Deep Sky Blue #039FEE

RGB

 RED value IS 3 (1.56% from 255) = 0.75%

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

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

R = 0.75%
G = 39.75%
B = 59.5%

CMYK

 C value IS 0.99

 M value IS 0.33

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#039FEE (or 0x039FEE) is known color: Deep Sky Blue. HEX triplet: 03, 9F and EE. RGB value is (3,159,238). Sum of RGB (Red+Green+Blue) = 3+159+238=400 (52% of max value = 765). Red value is 3 (1.56% from 255 or 0.75% from 400); Green value is 159 (62.5% from 255 or 39.75% from 400); Blue value is 238 (93.36% from 255 or 59.5% from 400); Max value from RGB is 238 - color contains mainly: blue. Hex color #039FEE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #039FEE is #FC6011. Grayscale: #787878. Windows color (decimal): -16539666 or 15638275. OLE color: 15638275.

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

Color convert

RGB 3 159 238 -
CMYK 0.99 0.33 0 0.07
HSL 200.17º 0.98% 0.47% -
HSV(B) 200.17º 0.99% 0.93% -
XYZ 27.87 30.99 85.4 -
YUV 121.36 193.82 43.58 -
System Red Green Blue C M Y K H S L
Decimal 3 159 238 0.99 0.33 0 0.07 200.17 0.98 0.47
Hex 3 9F EE 63 21 0 7 C8 62 2F
Octal 3 237 356 143 41 0 7 310 142 57
Binary 11 10011111 11101110 1100011 100001 0 111 11001000 1100010 101111

Color Harmonies of #039FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #039FEE

Black with #039FEE

Text Example


Text Example

White with #039FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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