Html Css Color HEX #29D4FF Deep Sky Blue

📋 copy color: '#29D4FF'

red 41 ◦ green 212 ◦ blue 255

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

Shades of Deep Sky Blue #29D4FF

Tints of Deep Sky Blue #29D4FF

RGB

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

 GREEN value IS 212 (83.2% from 255) = 41.73%

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

R = 8.07%
G = 41.73%
B = 50.2%

CMYK

 C value IS 0.84

 M value IS 0.17

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#29D4FF (or 0x29D4FF) is known color: Deep Sky Blue. HEX triplet: 29, D4 and FF. RGB value is (41,212,255). Sum of RGB (Red+Green+Blue) = 41+212+255=508 (67% of max value = 765). Red value is 41 (16.41% from 255 or 8.07% from 508); Green value is 212 (83.20% from 255 or 41.73% from 508); Blue value is 255 (100% from 255 or 50.20% from 508); Max value from RGB is 255 - color contains mainly: blue. Hex color #29D4FF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #29D4FF is #D62B00. Grayscale: #A5A5A5. Windows color (decimal): -14035713 or 16765993. OLE color: 16765993.

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

Color convert

RGB 41 212 255 -
CMYK 0.84 0.17 0 0
HSL 192.06º 1% 0.58% -
HSV(B) 192.06º 0.84% 1% -
XYZ 42.51 54.78 102.94 -
YUV 165.77 178.35 39 -
System Red Green Blue C M Y K H S L
Decimal 41 212 255 0.84 0.17 0 0 192.06 1 0.58
Hex 29 D4 FF 54 11 0 0 C0 64 3A
Octal 51 324 377 124 21 0 0 300 144 72
Binary 101001 11010100 11111111 1010100 10001 0 0 11000000 1100100 111010

Color Harmonies of #29D4FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29D4FF

Black with #29D4FF

Text Example


Text Example

White with #29D4FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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