Html Css Color HEX #29D5F8 Deep Sky Blue

📋 copy color: '#29D5F8'

red 41 ◦ green 213 ◦ blue 248

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

Shades of Deep Sky Blue #29D5F8

Tints of Deep Sky Blue #29D5F8

RGB

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

 GREEN value IS 213 (83.59% from 255) = 42.43%

 BLUE value IS 248 (97.27% from 255) = 49.4%

R = 8.17%
G = 42.43%
B = 49.4%

CMYK

 C value IS 0.83

 M value IS 0.14

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#29D5F8 (or 0x29D5F8) is known color: Deep Sky Blue. HEX triplet: 29, D5 and F8. RGB value is (41,213,248). Sum of RGB (Red+Green+Blue) = 41+213+248=502 (66% of max value = 765). Red value is 41 (16.41% from 255 or 8.17% from 502); Green value is 213 (83.59% from 255 or 42.43% from 502); Blue value is 248 (97.27% from 255 or 49.40% from 502); Max value from RGB is 248 - color contains mainly: blue. Hex color #29D5F8 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #29D5F8 is #D62A07. Grayscale: #A5A5A5. Windows color (decimal): -14035464 or 16307497. OLE color: 16307497.

HSL color Cylindrical-coordinate representation of color #29D5F8: hue angle of 190.14º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #29D5F8 is Cyan = 0.83, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 41 213 248 -
CMYK 0.83 0.14 0 0.03
HSL 190.14º 0.94% 0.57% -
HSV(B) 190.14º 0.83% 0.97% -
XYZ 41.65 54.84 97.2 -
YUV 165.56 174.52 39.15 -
System Red Green Blue C M Y K H S L
Decimal 41 213 248 0.83 0.14 0 0.03 190.14 0.94 0.57
Hex 29 D5 F8 53 E 0 3 BE 5E 39
Octal 51 325 370 123 16 0 3 276 136 71
Binary 101001 11010101 11111000 1010011 1110 0 11 10111110 1011110 111001

Color Harmonies of #29D5F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29D5F8

Black with #29D5F8

Text Example


Text Example

White with #29D5F8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,213,248); }

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

background-color css

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

 a { background-color: rgb(41,213,248); }

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

border-color css

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

 span { border-color: rgb(41,213,248); }

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