Html Css Color HEX #029FEF Deep Sky Blue

📋 copy color: '#029FEF'

red 2 ◦ green 159 ◦ blue 239

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

Shades of Deep Sky Blue #029FEF

Tints of Deep Sky Blue #029FEF

RGB

 RED value IS 2 (1.17% from 255) = 0.5%

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

 BLUE value IS 239 (93.75% from 255) = 59.75%

R = 0.5%
G = 39.75%
B = 59.75%

CMYK

 C value IS 0.99

 M value IS 0.33

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#029FEF (or 0x029FEF) is known color: Deep Sky Blue. HEX triplet: 02, 9F and EF. RGB value is (2,159,239). Sum of RGB (Red+Green+Blue) = 2+159+239=400 (52% of max value = 765). Red value is 2 (1.17% from 255 or 0.5% from 400); Green value is 159 (62.5% from 255 or 39.75% from 400); Blue value is 239 (93.75% from 255 or 59.75% from 400); Max value from RGB is 239 - color contains mainly: blue. Hex color #029FEF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #029FEF is #FD6010. Grayscale: #787878. Windows color (decimal): -16605201 or 15703810. OLE color: 15703810.

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

Color convert

RGB 2 159 239 -
CMYK 0.99 0.33 0 0.06
HSL 200.25º 0.98% 0.47% -
HSV(B) 200.25º 0.99% 0.94% -
XYZ 28 31.04 86.18 -
YUV 121.18 194.49 43 -
System Red Green Blue C M Y K H S L
Decimal 2 159 239 0.99 0.33 0 0.06 200.25 0.98 0.47
Hex 2 9F EF 63 21 0 6 C8 62 2F
Octal 2 237 357 143 41 0 6 310 142 57
Binary 10 10011111 11101111 1100011 100001 0 110 11001000 1100010 101111

Color Harmonies of #029FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #029FEF

Black with #029FEF

Text Example


Text Example

White with #029FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #029FEF; }

 p { color: rgb(2,159,239); }

 H1.HeaderClassName
 {
   color: #029FEF;
 }
 .AnyTagClassName
 {
   color: #029FEF;
 }
</style>

background-color css

<style>
 a { background-color: #029FEF; }

 a { background-color: rgb(2,159,239); }

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

border-color css

<style>
 span { border-color: #029FEF; }

 span { border-color: rgb(2,159,239); }

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