Html Css Color HEX #29CBFE Deep Sky Blue

📋 copy color: '#29CBFE'

red 41 ◦ green 203 ◦ blue 254

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

Shades of Deep Sky Blue #29CBFE

Tints of Deep Sky Blue #29CBFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 51%

R = 8.23%
G = 40.76%
B = 51%

CMYK

 C value IS 0.84

 M value IS 0.20

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#29CBFE (or 0x29CBFE) is known color: Deep Sky Blue. HEX triplet: 29, CB and FE. RGB value is (41,203,254). Sum of RGB (Red+Green+Blue) = 41+203+254=498 (65% of max value = 765). Red value is 41 (16.41% from 255 or 8.23% from 498); Green value is 203 (79.69% from 255 or 40.76% from 498); Blue value is 254 (99.61% from 255 or 51.00% from 498); Max value from RGB is 254 - color contains mainly: blue. Hex color #29CBFE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #29CBFE is #D63401. Grayscale: #A0A0A0. Windows color (decimal): -14038018 or 16698153. OLE color: 16698153.

HSL color Cylindrical-coordinate representation of color #29CBFE: hue angle of 194.37º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #29CBFE is Cyan = 0.84, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 41 203 254 -
CMYK 0.84 0.20 0 0.00
HSL 194.37º 0.99% 0.58% -
HSV(B) 194.37º 0.84% 1% -
XYZ 40.16 50.34 101.37 -
YUV 160.38 180.83 42.85 -
System Red Green Blue C M Y K H S L
Decimal 41 203 254 0.84 0.20 0 0.00 194.37 0.99 0.58
Hex 29 CB FE 54 14 0 0 C2 63 3A
Octal 51 313 376 124 24 0 0 302 143 72
Binary 101001 11001011 11111110 1010100 10100 0 0 11000010 1100011 111010

Color Harmonies of #29CBFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29CBFE

Black with #29CBFE

Text Example


Text Example

White with #29CBFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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