Html Css Color HEX #29DCFF Deep Sky Blue

📋 copy color: '#29DCFF'

red 41 ◦ green 220 ◦ blue 255

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

Shades of Deep Sky Blue #29DCFF

Tints of Deep Sky Blue #29DCFF

RGB

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

 GREEN value IS 220 (86.33% from 255) = 42.64%

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

R = 7.95%
G = 42.64%
B = 49.42%

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

#29DCFF (or 0x29DCFF) is known color: Deep Sky Blue. HEX triplet: 29, DC and FF. RGB value is (41,220,255). Sum of RGB (Red+Green+Blue) = 41+220+255=516 (68% of max value = 765). Red value is 41 (16.41% from 255 or 7.95% from 516); Green value is 220 (86.33% from 255 or 42.64% from 516); Blue value is 255 (100% from 255 or 49.42% from 516); Max value from RGB is 255 - color contains mainly: blue. Hex color #29DCFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #29DCFF is #D62300. Grayscale: #AAAAAA. Windows color (decimal): -14033665 or 16768041. OLE color: 16768041.

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

Color convert

RGB 41 220 255 -
CMYK 0.84 0.14 0 0
HSL 189.81º 1% 0.58% -
HSV(B) 189.81º 0.84% 1% -
XYZ 44.56 58.88 103.62 -
YUV 170.47 175.7 35.65 -
System Red Green Blue C M Y K H S L
Decimal 41 220 255 0.84 0.14 0 0 189.81 1 0.58
Hex 29 DC FF 54 E 0 0 BE 64 3A
Octal 51 334 377 124 16 0 0 276 144 72
Binary 101001 11011100 11111111 1010100 1110 0 0 10111110 1100100 111010

Color Harmonies of #29DCFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29DCFF

Black with #29DCFF

Text Example


Text Example

White with #29DCFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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