Html Css Color HEX #29CAFE Deep Sky Blue

📋 copy color: '#29CAFE'

red 41 ◦ green 202 ◦ blue 254

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

Shades of Deep Sky Blue #29CAFE

Tints of Deep Sky Blue #29CAFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 51.11%

R = 8.25%
G = 40.64%
B = 51.11%

CMYK

 C value IS 0.84

 M value IS 0.20

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#29CAFE (or 0x29CAFE) is known color: Deep Sky Blue. HEX triplet: 29, CA and FE. RGB value is (41,202,254). Sum of RGB (Red+Green+Blue) = 41+202+254=497 (65% of max value = 765). Red value is 41 (16.41% from 255 or 8.25% from 497); Green value is 202 (79.30% from 255 or 40.64% from 497); Blue value is 254 (99.61% from 255 or 51.11% from 497); Max value from RGB is 254 - color contains mainly: blue. Hex color #29CAFE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #29CAFE is #D63501. Grayscale: #9F9F9F. Windows color (decimal): -14038274 or 16697897. OLE color: 16697897.

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

Color convert

RGB 41 202 254 -
CMYK 0.84 0.20 0 0.00
HSL 194.65º 0.99% 0.58% -
HSV(B) 194.65º 0.84% 1% -
XYZ 39.92 49.87 101.29 -
YUV 159.79 181.16 43.27 -
System Red Green Blue C M Y K H S L
Decimal 41 202 254 0.84 0.20 0 0.00 194.65 0.99 0.58
Hex 29 CA FE 54 14 0 0 C3 63 3A
Octal 51 312 376 124 24 0 0 303 143 72
Binary 101001 11001010 11111110 1010100 10100 0 0 11000011 1100011 111010

Color Harmonies of #29CAFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29CAFE

Black with #29CAFE

Text Example


Text Example

White with #29CAFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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