Html Css Color HEX #29DBFF Deep Sky Blue

📋 copy color: '#29DBFF'

red 41 ◦ green 219 ◦ blue 255

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

Shades of Deep Sky Blue #29DBFF

Tints of Deep Sky Blue #29DBFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 49.51%

R = 7.96%
G = 42.52%
B = 49.51%

CMYK

 C value IS 0.84

 M value IS 0.14

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#29DBFF (or 0x29DBFF) is known color: Deep Sky Blue. HEX triplet: 29, DB and FF. RGB value is (41,219,255). Sum of RGB (Red+Green+Blue) = 41+219+255=515 (68% of max value = 765). Red value is 41 (16.41% from 255 or 7.96% from 515); Green value is 219 (85.94% from 255 or 42.52% from 515); Blue value is 255 (100% from 255 or 49.51% from 515); Max value from RGB is 255 - color contains mainly: blue. Hex color #29DBFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #29DBFF is #D62400. Grayscale: #A9A9A9. Windows color (decimal): -14033921 or 16767785. OLE color: 16767785.

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

Color convert

RGB 41 219 255 -
CMYK 0.84 0.14 0 0
HSL 190.09º 1% 0.58% -
HSV(B) 190.09º 0.84% 1% -
XYZ 44.3 58.35 103.54 -
YUV 169.88 176.03 36.07 -
System Red Green Blue C M Y K H S L
Decimal 41 219 255 0.84 0.14 0 0 190.09 1 0.58
Hex 29 DB FF 54 E 0 0 BE 64 3A
Octal 51 333 377 124 16 0 0 276 144 72
Binary 101001 11011011 11111111 1010100 1110 0 0 10111110 1100100 111010

Color Harmonies of #29DBFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29DBFF

Black with #29DBFF

Text Example


Text Example

White with #29DBFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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