Html Css Color HEX #29CAFF Deep Sky Blue

📋 copy color: '#29CAFF'

red 41 ◦ green 202 ◦ blue 255

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

Shades of Deep Sky Blue #29CAFF

Tints of Deep Sky Blue #29CAFF

RGB

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

 GREEN value IS 202 (79.3% from 255) = 40.56%

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

R = 8.23%
G = 40.56%
B = 51.2%

CMYK

 C value IS 0.84

 M value IS 0.21

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#29CAFF (or 0x29CAFF) is known color: Deep Sky Blue. HEX triplet: 29, CA and FF. RGB value is (41,202,255). Sum of RGB (Red+Green+Blue) = 41+202+255=498 (65% of max value = 765). Red value is 41 (16.41% from 255 or 8.23% from 498); Green value is 202 (79.30% from 255 or 40.56% from 498); Blue value is 255 (100% from 255 or 51.20% from 498); Max value from RGB is 255 - color contains mainly: blue. Hex color #29CAFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #29CAFF is #D63500. Grayscale: #9F9F9F. Windows color (decimal): -14038273 or 16763433. OLE color: 16763433.

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

Color convert

RGB 41 202 255 -
CMYK 0.84 0.21 0 0
HSL 194.86º 1% 0.58% -
HSV(B) 194.86º 0.84% 1% -
XYZ 40.08 49.93 102.13 -
YUV 159.9 181.66 43.19 -
System Red Green Blue C M Y K H S L
Decimal 41 202 255 0.84 0.21 0 0 194.86 1 0.58
Hex 29 CA FF 54 15 0 0 C3 64 3A
Octal 51 312 377 124 25 0 0 303 144 72
Binary 101001 11001010 11111111 1010100 10101 0 0 11000011 1100100 111010

Color Harmonies of #29CAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29CAFF

Black with #29CAFF

Text Example


Text Example

White with #29CAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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