Html Css Color HEX #29CEFE Deep Sky Blue

📋 copy color: '#29CEFE'

red 41 ◦ green 206 ◦ blue 254

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

Shades of Deep Sky Blue #29CEFE

Tints of Deep Sky Blue #29CEFE

RGB

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

 GREEN value IS 206 (80.86% from 255) = 41.12%

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

R = 8.18%
G = 41.12%
B = 50.7%

CMYK

 C value IS 0.84

 M value IS 0.19

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#29CEFE (or 0x29CEFE) is known color: Deep Sky Blue. HEX triplet: 29, CE and FE. RGB value is (41,206,254). Sum of RGB (Red+Green+Blue) = 41+206+254=501 (66% of max value = 765). Red value is 41 (16.41% from 255 or 8.18% from 501); Green value is 206 (80.86% from 255 or 41.12% from 501); Blue value is 254 (99.61% from 255 or 50.70% from 501); Max value from RGB is 254 - color contains mainly: blue. Hex color #29CEFE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #29CEFE is #D63101. Grayscale: #A1A1A1. Windows color (decimal): -14037250 or 16698921. OLE color: 16698921.

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

Color convert

RGB 41 206 254 -
CMYK 0.84 0.19 0 0.00
HSL 193.52º 0.99% 0.58% -
HSV(B) 193.52º 0.84% 1% -
XYZ 40.88 51.77 101.6 -
YUV 162.14 179.84 41.6 -
System Red Green Blue C M Y K H S L
Decimal 41 206 254 0.84 0.19 0 0.00 193.52 0.99 0.58
Hex 29 CE FE 54 13 0 0 C2 63 3A
Octal 51 316 376 124 23 0 0 302 143 72
Binary 101001 11001110 11111110 1010100 10011 0 0 11000010 1100011 111010

Color Harmonies of #29CEFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29CEFE

Black with #29CEFE

Text Example


Text Example

White with #29CEFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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