Html Css Color HEX #29CBFC Deep Sky Blue

📋 copy color: '#29CBFC'

red 41 ◦ green 203 ◦ blue 252

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

Shades of Deep Sky Blue #29CBFC

Tints of Deep Sky Blue #29CBFC

RGB

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

 GREEN value IS 203 (79.69% from 255) = 40.93%

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

R = 8.27%
G = 40.93%
B = 50.81%

CMYK

 C value IS 0.84

 M value IS 0.19

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#29CBFC (or 0x29CBFC) is known color: Deep Sky Blue. HEX triplet: 29, CB and FC. RGB value is (41,203,252). Sum of RGB (Red+Green+Blue) = 41+203+252=496 (65% of max value = 765). Red value is 41 (16.41% from 255 or 8.27% from 496); Green value is 203 (79.69% from 255 or 40.93% from 496); Blue value is 252 (98.83% from 255 or 50.81% from 496); Max value from RGB is 252 - color contains mainly: blue. Hex color #29CBFC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #29CBFC is #D63403. Grayscale: #9F9F9F. Windows color (decimal): -14038020 or 16567081. OLE color: 16567081.

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

Color convert

RGB 41 203 252 -
CMYK 0.84 0.19 0 0.01
HSL 193.93º 0.97% 0.57% -
HSV(B) 193.93º 0.84% 0.99% -
XYZ 39.84 50.21 99.69 -
YUV 160.15 179.83 43.02 -
System Red Green Blue C M Y K H S L
Decimal 41 203 252 0.84 0.19 0 0.01 193.93 0.97 0.57
Hex 29 CB FC 54 13 0 1 C2 61 39
Octal 51 313 374 124 23 0 1 302 141 71
Binary 101001 11001011 11111100 1010100 10011 0 1 11000010 1100001 111001

Color Harmonies of #29CBFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29CBFC

Black with #29CBFC

Text Example


Text Example

White with #29CBFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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