Html Css Color HEX #29CDFF Deep Sky Blue

📋 copy color: '#29CDFF'

red 41 ◦ green 205 ◦ blue 255

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

Shades of Deep Sky Blue #29CDFF

Tints of Deep Sky Blue #29CDFF

RGB

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

 GREEN value IS 205 (80.47% from 255) = 40.92%

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

R = 8.18%
G = 40.92%
B = 50.9%

CMYK

 C value IS 0.84

 M value IS 0.20

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#29CDFF (or 0x29CDFF) is known color: Deep Sky Blue. HEX triplet: 29, CD and FF. RGB value is (41,205,255). Sum of RGB (Red+Green+Blue) = 41+205+255=501 (66% of max value = 765). Red value is 41 (16.41% from 255 or 8.18% from 501); Green value is 205 (80.47% from 255 or 40.92% from 501); Blue value is 255 (100% from 255 or 50.90% from 501); Max value from RGB is 255 - color contains mainly: blue. Hex color #29CDFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #29CDFF is #D63200. Grayscale: #A1A1A1. Windows color (decimal): -14037505 or 16764201. OLE color: 16764201.

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

Color convert

RGB 41 205 255 -
CMYK 0.84 0.20 0 0
HSL 194.02º 1% 0.58% -
HSV(B) 194.02º 0.84% 1% -
XYZ 40.8 51.35 102.37 -
YUV 161.66 180.67 41.93 -
System Red Green Blue C M Y K H S L
Decimal 41 205 255 0.84 0.20 0 0 194.02 1 0.58
Hex 29 CD FF 54 14 0 0 C2 64 3A
Octal 51 315 377 124 24 0 0 302 144 72
Binary 101001 11001101 11111111 1010100 10100 0 0 11000010 1100100 111010

Color Harmonies of #29CDFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29CDFF

Black with #29CDFF

Text Example


Text Example

White with #29CDFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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