Html Css Color HEX #29DBFE Deep Sky Blue

📋 copy color: '#29DBFE'

red 41 ◦ green 219 ◦ blue 254

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

Shades of Deep Sky Blue #29DBFE

Tints of Deep Sky Blue #29DBFE

RGB

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

 GREEN value IS 219 (85.94% from 255) = 42.61%

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

R = 7.98%
G = 42.61%
B = 49.42%

CMYK

 C value IS 0.84

 M value IS 0.14

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#29DBFE (or 0x29DBFE) is known color: Deep Sky Blue. HEX triplet: 29, DB and FE. RGB value is (41,219,254). Sum of RGB (Red+Green+Blue) = 41+219+254=514 (68% of max value = 765). Red value is 41 (16.41% from 255 or 7.98% from 514); Green value is 219 (85.94% from 255 or 42.61% from 514); Blue value is 254 (99.61% from 255 or 49.42% from 514); Max value from RGB is 254 - color contains mainly: blue. Hex color #29DBFE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #29DBFE is #D62401. Grayscale: #A9A9A9. Windows color (decimal): -14033922 or 16702249. OLE color: 16702249.

HSL color Cylindrical-coordinate representation of color #29DBFE: hue angle of 189.86º 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 #29DBFE is Cyan = 0.84, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 41 219 254 -
CMYK 0.84 0.14 0 0.00
HSL 189.86º 0.99% 0.58% -
HSV(B) 189.86º 0.84% 1% -
XYZ 44.14 58.29 102.69 -
YUV 169.77 175.53 36.15 -
System Red Green Blue C M Y K H S L
Decimal 41 219 254 0.84 0.14 0 0.00 189.86 0.99 0.58
Hex 29 DB FE 54 E 0 0 BE 63 3A
Octal 51 333 376 124 16 0 0 276 143 72
Binary 101001 11011011 11111110 1010100 1110 0 0 10111110 1100011 111010

Color Harmonies of #29DBFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29DBFE

Black with #29DBFE

Text Example


Text Example

White with #29DBFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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