Html Css Color HEX #29D3FE Deep Sky Blue

📋 copy color: '#29D3FE'

red 41 ◦ green 211 ◦ blue 254

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

Shades of Deep Sky Blue #29D3FE

Tints of Deep Sky Blue #29D3FE

RGB

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

 GREEN value IS 211 (82.81% from 255) = 41.7%

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

R = 8.1%
G = 41.7%
B = 50.2%

CMYK

 C value IS 0.84

 M value IS 0.17

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#29D3FE (or 0x29D3FE) is known color: Deep Sky Blue. HEX triplet: 29, D3 and FE. RGB value is (41,211,254). Sum of RGB (Red+Green+Blue) = 41+211+254=506 (67% of max value = 765). Red value is 41 (16.41% from 255 or 8.10% from 506); Green value is 211 (82.81% from 255 or 41.70% from 506); Blue value is 254 (99.61% from 255 or 50.20% from 506); Max value from RGB is 254 - color contains mainly: blue. Hex color #29D3FE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #29D3FE is #D62C01. Grayscale: #A4A4A4. Windows color (decimal): -14035970 or 16700201. OLE color: 16700201.

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

Color convert

RGB 41 211 254 -
CMYK 0.84 0.17 0 0.00
HSL 192.11º 0.99% 0.58% -
HSV(B) 192.11º 0.84% 1% -
XYZ 42.1 54.22 102.01 -
YUV 165.07 178.18 39.5 -
System Red Green Blue C M Y K H S L
Decimal 41 211 254 0.84 0.17 0 0.00 192.11 0.99 0.58
Hex 29 D3 FE 54 11 0 0 C0 63 3A
Octal 51 323 376 124 21 0 0 300 143 72
Binary 101001 11010011 11111110 1010100 10001 0 0 11000000 1100011 111010

Color Harmonies of #29D3FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29D3FE

Black with #29D3FE

Text Example


Text Example

White with #29D3FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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