Html Css Color HEX #29D6FE Deep Sky Blue

📋 copy color: '#29D6FE'

red 41 ◦ green 214 ◦ blue 254

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

Shades of Deep Sky Blue #29D6FE

Tints of Deep Sky Blue #29D6FE

RGB

 RED value IS 41 (16.41% from 255) = 8.06%

 GREEN value IS 214 (83.98% from 255) = 42.04%

 BLUE value IS 254 (99.61% from 255) = 49.9%

R = 8.06%
G = 42.04%
B = 49.9%

CMYK

 C value IS 0.84

 M value IS 0.16

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#29D6FE (or 0x29D6FE) is known color: Deep Sky Blue. HEX triplet: 29, D6 and FE. RGB value is (41,214,254). Sum of RGB (Red+Green+Blue) = 41+214+254=509 (67% of max value = 765). Red value is 41 (16.41% from 255 or 8.06% from 509); Green value is 214 (83.98% from 255 or 42.04% from 509); Blue value is 254 (99.61% from 255 or 49.90% from 509); Max value from RGB is 254 - color contains mainly: blue. Hex color #29D6FE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #29D6FE is #D62901. Grayscale: #A6A6A6. Windows color (decimal): -14035202 or 16700969. OLE color: 16700969.

HSL color Cylindrical-coordinate representation of color #29D6FE: hue angle of 191.27º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #29D6FE is Cyan = 0.84, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 41 214 254 -
CMYK 0.84 0.16 0 0.00
HSL 191.27º 0.99% 0.58% -
HSV(B) 191.27º 0.84% 1% -
XYZ 42.85 55.72 102.26 -
YUV 166.83 177.19 38.25 -
System Red Green Blue C M Y K H S L
Decimal 41 214 254 0.84 0.16 0 0.00 191.27 0.99 0.58
Hex 29 D6 FE 54 10 0 0 BF 63 3A
Octal 51 326 376 124 20 0 0 277 143 72
Binary 101001 11010110 11111110 1010100 10000 0 0 10111111 1100011 111010

Color Harmonies of #29D6FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29D6FE

Black with #29D6FE

Text Example


Text Example

White with #29D6FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #29D6FE; }

 p { color: rgb(41,214,254); }

 H1.HeaderClassName
 {
   color: #29D6FE;
 }
 .AnyTagClassName
 {
   color: #29D6FE;
 }
</style>

background-color css

<style>
 a { background-color: #29D6FE; }

 a { background-color: rgb(41,214,254); }

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

border-color css

<style>
 span { border-color: #29D6FE; }

 span { border-color: rgb(41,214,254); }

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