Html Css Color HEX #29BCFE Summer Sky

📋 copy color: '#29BCFE'

red 41 ◦ green 188 ◦ blue 254

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

Shades of Summer Sky #29BCFE

Tints of Summer Sky #29BCFE

RGB

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

 GREEN value IS 188 (73.83% from 255) = 38.92%

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

R = 8.49%
G = 38.92%
B = 52.59%

CMYK

 C value IS 0.84

 M value IS 0.26

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#29BCFE (or 0x29BCFE) is known color: Summer Sky. HEX triplet: 29, BC and FE. RGB value is (41,188,254). Sum of RGB (Red+Green+Blue) = 41+188+254=483 (63% of max value = 765). Red value is 41 (16.41% from 255 or 8.49% from 483); Green value is 188 (73.83% from 255 or 38.92% from 483); Blue value is 254 (99.61% from 255 or 52.59% from 483); Max value from RGB is 254 - color contains mainly: blue. Hex color #29BCFE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #29BCFE is #D64301. Grayscale: #979797. Windows color (decimal): -14041858 or 16694313. OLE color: 16694313.

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

Color convert

RGB 41 188 254 -
CMYK 0.84 0.26 0 0.00
HSL 198.59º 0.99% 0.58% -
HSV(B) 198.59º 0.84% 1% -
XYZ 36.79 43.59 100.24 -
YUV 151.57 185.8 49.13 -
System Red Green Blue C M Y K H S L
Decimal 41 188 254 0.84 0.26 0 0.00 198.59 0.99 0.58
Hex 29 BC FE 54 1A 0 0 C7 63 3A
Octal 51 274 376 124 32 0 0 307 143 72
Binary 101001 10111100 11111110 1010100 11010 0 0 11000111 1100011 111010

Color Harmonies of #29BCFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29BCFE

Black with #29BCFE

Text Example


Text Example

White with #29BCFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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