Html Css Color HEX #029FEC Deep Sky Blue

📋 copy color: '#029FEC'

red 2 ◦ green 159 ◦ blue 236

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

Shades of Deep Sky Blue #029FEC

Tints of Deep Sky Blue #029FEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 59.45%

R = 0.5%
G = 40.05%
B = 59.45%

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

#029FEC (or 0x029FEC) is known color: Deep Sky Blue. HEX triplet: 02, 9F and EC. RGB value is (2,159,236). Sum of RGB (Red+Green+Blue) = 2+159+236=397 (52% of max value = 765). Red value is 2 (1.17% from 255 or 0.50% from 397); Green value is 159 (62.5% from 255 or 40.05% from 397); Blue value is 236 (92.58% from 255 or 59.45% from 397); Max value from RGB is 236 - color contains mainly: blue. Hex color #029FEC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #029FEC is #FD6013. Grayscale: #787878. Windows color (decimal): -16605204 or 15507202. OLE color: 15507202.

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

Color convert

RGB 2 159 236 -
CMYK 0.99 0.33 0 0.07
HSL 199.74º 0.98% 0.47% -
HSV(B) 199.74º 0.99% 0.93% -
XYZ 27.56 30.87 83.86 -
YUV 120.84 192.99 43.24 -
System Red Green Blue C M Y K H S L
Decimal 2 159 236 0.99 0.33 0 0.07 199.74 0.98 0.47
Hex 2 9F EC 63 21 0 7 C8 62 2F
Octal 2 237 354 143 41 0 7 310 142 57
Binary 10 10011111 11101100 1100011 100001 0 111 11001000 1100010 101111

Color Harmonies of #029FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #029FEC

Black with #029FEC

Text Example


Text Example

White with #029FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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