Html Css Color HEX #29D3FA Deep Sky Blue

📋 copy color: '#29D3FA'

red 41 ◦ green 211 ◦ blue 250

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

Shades of Deep Sky Blue #29D3FA

Tints of Deep Sky Blue #29D3FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 49.8%

R = 8.17%
G = 42.03%
B = 49.8%

CMYK

 C value IS 0.84

 M value IS 0.16

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#29D3FA (or 0x29D3FA) is known color: Deep Sky Blue. HEX triplet: 29, D3 and FA. RGB value is (41,211,250). Sum of RGB (Red+Green+Blue) = 41+211+250=502 (66% of max value = 765). Red value is 41 (16.41% from 255 or 8.17% from 502); Green value is 211 (82.81% from 255 or 42.03% from 502); Blue value is 250 (98.05% from 255 or 49.80% from 502); Max value from RGB is 250 - color contains mainly: blue. Hex color #29D3FA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #29D3FA is #D62C05. Grayscale: #A4A4A4. Windows color (decimal): -14035974 or 16438057. OLE color: 16438057.

HSL color Cylindrical-coordinate representation of color #29D3FA: hue angle of 191.2º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #29D3FA is Cyan = 0.84, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 41 211 250 -
CMYK 0.84 0.16 0 0.02
HSL 191.2º 0.95% 0.57% -
HSV(B) 191.2º 0.84% 0.98% -
XYZ 41.46 53.96 98.67 -
YUV 164.62 176.18 39.83 -
System Red Green Blue C M Y K H S L
Decimal 41 211 250 0.84 0.16 0 0.02 191.2 0.95 0.57
Hex 29 D3 FA 54 10 0 2 BF 5F 39
Octal 51 323 372 124 20 0 2 277 137 71
Binary 101001 11010011 11111010 1010100 10000 0 10 10111111 1011111 111001

Color Harmonies of #29D3FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29D3FA

Black with #29D3FA

Text Example


Text Example

White with #29D3FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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