Html Css Color HEX #29DAFE Deep Sky Blue

📋 copy color: '#29DAFE'

red 41 ◦ green 218 ◦ blue 254

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

Shades of Deep Sky Blue #29DAFE

Tints of Deep Sky Blue #29DAFE

RGB

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

 GREEN value IS 218 (85.55% from 255) = 42.5%

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

R = 7.99%
G = 42.5%
B = 49.51%

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

#29DAFE (or 0x29DAFE) is known color: Deep Sky Blue. HEX triplet: 29, DA and FE. RGB value is (41,218,254). Sum of RGB (Red+Green+Blue) = 41+218+254=513 (67% of max value = 765). Red value is 41 (16.41% from 255 or 7.99% from 513); Green value is 218 (85.55% from 255 or 42.50% from 513); Blue value is 254 (99.61% from 255 or 49.51% from 513); Max value from RGB is 254 - color contains mainly: blue. Hex color #29DAFE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #29DAFE is #D62501. Grayscale: #A8A8A8. Windows color (decimal): -14034178 or 16701993. OLE color: 16701993.

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

Color convert

RGB 41 218 254 -
CMYK 0.84 0.14 0 0.00
HSL 190.14º 0.99% 0.58% -
HSV(B) 190.14º 0.84% 1% -
XYZ 43.88 57.77 102.6 -
YUV 169.18 175.86 36.57 -
System Red Green Blue C M Y K H S L
Decimal 41 218 254 0.84 0.14 0 0.00 190.14 0.99 0.58
Hex 29 DA FE 54 E 0 0 BE 63 3A
Octal 51 332 376 124 16 0 0 276 143 72
Binary 101001 11011010 11111110 1010100 1110 0 0 10111110 1100011 111010

Color Harmonies of #29DAFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29DAFE

Black with #29DAFE

Text Example


Text Example

White with #29DAFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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