Html Css Color HEX #29C9FD Deep Sky Blue

📋 copy color: '#29C9FD'

red 41 ◦ green 201 ◦ blue 253

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

Shades of Deep Sky Blue #29C9FD

Tints of Deep Sky Blue #29C9FD

RGB

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

 GREEN value IS 201 (78.91% from 255) = 40.61%

 BLUE value IS 253 (99.22% from 255) = 51.11%

R = 8.28%
G = 40.61%
B = 51.11%

CMYK

 C value IS 0.84

 M value IS 0.21

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#29C9FD (or 0x29C9FD) is known color: Deep Sky Blue. HEX triplet: 29, C9 and FD. RGB value is (41,201,253). Sum of RGB (Red+Green+Blue) = 41+201+253=495 (65% of max value = 765). Red value is 41 (16.41% from 255 or 8.28% from 495); Green value is 201 (78.91% from 255 or 40.61% from 495); Blue value is 253 (99.22% from 255 or 51.11% from 495); Max value from RGB is 253 - color contains mainly: blue. Hex color #29C9FD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #29C9FD is #D63602. Grayscale: #9E9E9E. Windows color (decimal): -14038531 or 16632105. OLE color: 16632105.

HSL color Cylindrical-coordinate representation of color #29C9FD: hue angle of 194.72º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #29C9FD is Cyan = 0.84, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 41 201 253 -
CMYK 0.84 0.21 0 0.01
HSL 194.72º 0.98% 0.58% -
HSV(B) 194.72º 0.84% 0.99% -
XYZ 39.53 49.34 100.37 -
YUV 159.09 180.99 43.77 -
System Red Green Blue C M Y K H S L
Decimal 41 201 253 0.84 0.21 0 0.01 194.72 0.98 0.58
Hex 29 C9 FD 54 15 0 1 C3 62 3A
Octal 51 311 375 124 25 0 1 303 142 72
Binary 101001 11001001 11111101 1010100 10101 0 1 11000011 1100010 111010

Color Harmonies of #29C9FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29C9FD

Black with #29C9FD

Text Example


Text Example

White with #29C9FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,201,253); }

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

background-color css

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

 a { background-color: rgb(41,201,253); }

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

border-color css

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

 span { border-color: rgb(41,201,253); }

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