Html Css Color HEX #29D5FC Deep Sky Blue

📋 copy color: '#29D5FC'

red 41 ◦ green 213 ◦ blue 252

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

Shades of Deep Sky Blue #29D5FC

Tints of Deep Sky Blue #29D5FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 49.8%

R = 8.1%
G = 42.09%
B = 49.8%

CMYK

 C value IS 0.84

 M value IS 0.15

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#29D5FC (or 0x29D5FC) is known color: Deep Sky Blue. HEX triplet: 29, D5 and FC. RGB value is (41,213,252). Sum of RGB (Red+Green+Blue) = 41+213+252=506 (67% of max value = 765). Red value is 41 (16.41% from 255 or 8.10% from 506); Green value is 213 (83.59% from 255 or 42.09% from 506); Blue value is 252 (98.83% from 255 or 49.80% from 506); Max value from RGB is 252 - color contains mainly: blue. Hex color #29D5FC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #29D5FC is #D62A03. Grayscale: #A5A5A5. Windows color (decimal): -14035460 or 16569641. OLE color: 16569641.

HSL color Cylindrical-coordinate representation of color #29D5FC: hue angle of 191.09º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #29D5FC is Cyan = 0.84, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 41 213 252 -
CMYK 0.84 0.15 0 0.01
HSL 191.09º 0.97% 0.57% -
HSV(B) 191.09º 0.84% 0.99% -
XYZ 42.28 55.09 100.5 -
YUV 166.02 176.52 38.83 -
System Red Green Blue C M Y K H S L
Decimal 41 213 252 0.84 0.15 0 0.01 191.09 0.97 0.57
Hex 29 D5 FC 54 F 0 1 BF 61 39
Octal 51 325 374 124 17 0 1 277 141 71
Binary 101001 11010101 11111100 1010100 1111 0 1 10111111 1100001 111001

Color Harmonies of #29D5FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29D5FC

Black with #29D5FC

Text Example


Text Example

White with #29D5FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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