Html Css Color HEX #29D0FF Deep Sky Blue

📋 copy color: '#29D0FF'

red 41 ◦ green 208 ◦ blue 255

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

Shades of Deep Sky Blue #29D0FF

Tints of Deep Sky Blue #29D0FF

RGB

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

 GREEN value IS 208 (81.64% from 255) = 41.27%

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

R = 8.13%
G = 41.27%
B = 50.6%

CMYK

 C value IS 0.84

 M value IS 0.18

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#29D0FF (or 0x29D0FF) is known color: Deep Sky Blue. HEX triplet: 29, D0 and FF. RGB value is (41,208,255). Sum of RGB (Red+Green+Blue) = 41+208+255=504 (66% of max value = 765). Red value is 41 (16.41% from 255 or 8.13% from 504); Green value is 208 (81.64% from 255 or 41.27% from 504); Blue value is 255 (100% from 255 or 50.60% from 504); Max value from RGB is 255 - color contains mainly: blue. Hex color #29D0FF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #29D0FF is #D62F00. Grayscale: #A3A3A3. Windows color (decimal): -14036737 or 16764969. OLE color: 16764969.

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

Color convert

RGB 41 208 255 -
CMYK 0.84 0.18 0 0
HSL 193.18º 1% 0.58% -
HSV(B) 193.18º 0.84% 1% -
XYZ 41.52 52.8 102.61 -
YUV 163.43 179.67 40.68 -
System Red Green Blue C M Y K H S L
Decimal 41 208 255 0.84 0.18 0 0 193.18 1 0.58
Hex 29 D0 FF 54 12 0 0 C1 64 3A
Octal 51 320 377 124 22 0 0 301 144 72
Binary 101001 11010000 11111111 1010100 10010 0 0 11000001 1100100 111010

Color Harmonies of #29D0FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29D0FF

Black with #29D0FF

Text Example


Text Example

White with #29D0FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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