Html Css Color HEX #29D7FF Deep Sky Blue

📋 copy color: '#29D7FF'

red 41 ◦ green 215 ◦ blue 255

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

Shades of Deep Sky Blue #29D7FF

Tints of Deep Sky Blue #29D7FF

RGB

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

 GREEN value IS 215 (84.38% from 255) = 42.07%

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

R = 8.02%
G = 42.07%
B = 49.9%

CMYK

 C value IS 0.84

 M value IS 0.16

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#29D7FF (or 0x29D7FF) is known color: Deep Sky Blue. HEX triplet: 29, D7 and FF. RGB value is (41,215,255). Sum of RGB (Red+Green+Blue) = 41+215+255=511 (67% of max value = 765). Red value is 41 (16.41% from 255 or 8.02% from 511); Green value is 215 (84.38% from 255 or 42.07% from 511); Blue value is 255 (100% from 255 or 49.90% from 511); Max value from RGB is 255 - color contains mainly: blue. Hex color #29D7FF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #29D7FF is #D62800. Grayscale: #A7A7A7. Windows color (decimal): -14034945 or 16766761. OLE color: 16766761.

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

Color convert

RGB 41 215 255 -
CMYK 0.84 0.16 0 0
HSL 191.22º 1% 0.58% -
HSV(B) 191.22º 0.84% 1% -
XYZ 43.26 56.29 103.19 -
YUV 167.53 177.35 37.75 -
System Red Green Blue C M Y K H S L
Decimal 41 215 255 0.84 0.16 0 0 191.22 1 0.58
Hex 29 D7 FF 54 10 0 0 BF 64 3A
Octal 51 327 377 124 20 0 0 277 144 72
Binary 101001 11010111 11111111 1010100 10000 0 0 10111111 1100100 111010

Color Harmonies of #29D7FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29D7FF

Black with #29D7FF

Text Example


Text Example

White with #29D7FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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