Html Css Color HEX #29CFFA Deep Sky Blue

📋 copy color: '#29CFFA'

red 41 ◦ green 207 ◦ blue 250

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

Shades of Deep Sky Blue #29CFFA

Tints of Deep Sky Blue #29CFFA

RGB

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

 GREEN value IS 207 (81.25% from 255) = 41.57%

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

R = 8.23%
G = 41.57%
B = 50.2%

CMYK

 C value IS 0.84

 M value IS 0.17

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#29CFFA (or 0x29CFFA) is known color: Deep Sky Blue. HEX triplet: 29, CF and FA. RGB value is (41,207,250). Sum of RGB (Red+Green+Blue) = 41+207+250=498 (65% of max value = 765). Red value is 41 (16.41% from 255 or 8.23% from 498); Green value is 207 (81.25% from 255 or 41.57% from 498); Blue value is 250 (98.05% from 255 or 50.20% from 498); Max value from RGB is 250 - color contains mainly: blue. Hex color #29CFFA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #29CFFA is #D63005. Grayscale: #A1A1A1. Windows color (decimal): -14036998 or 16437033. OLE color: 16437033.

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

Color convert

RGB 41 207 250 -
CMYK 0.84 0.17 0 0.02
HSL 192.34º 0.95% 0.57% -
HSV(B) 192.34º 0.84% 0.98% -
XYZ 40.48 52 98.35 -
YUV 162.27 177.5 41.5 -
System Red Green Blue C M Y K H S L
Decimal 41 207 250 0.84 0.17 0 0.02 192.34 0.95 0.57
Hex 29 CF FA 54 11 0 2 C0 5F 39
Octal 51 317 372 124 21 0 2 300 137 71
Binary 101001 11001111 11111010 1010100 10001 0 10 11000000 1011111 111001

Color Harmonies of #29CFFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29CFFA

Black with #29CFFA

Text Example


Text Example

White with #29CFFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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