Html Css Color HEX #29BFFE Summer Sky

📋 copy color: '#29BFFE'

red 41 ◦ green 191 ◦ blue 254

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

Shades of Summer Sky #29BFFE

Tints of Summer Sky #29BFFE

RGB

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

 GREEN value IS 191 (75% from 255) = 39.3%

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

R = 8.44%
G = 39.3%
B = 52.26%

CMYK

 C value IS 0.84

 M value IS 0.25

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#29BFFE (or 0x29BFFE) is known color: Summer Sky. HEX triplet: 29, BF and FE. RGB value is (41,191,254). Sum of RGB (Red+Green+Blue) = 41+191+254=486 (64% of max value = 765). Red value is 41 (16.41% from 255 or 8.44% from 486); Green value is 191 (75% from 255 or 39.30% from 486); Blue value is 254 (99.61% from 255 or 52.26% from 486); Max value from RGB is 254 - color contains mainly: blue. Hex color #29BFFE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #29BFFE is #D64001. Grayscale: #989898. Windows color (decimal): -14041090 or 16695081. OLE color: 16695081.

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

Color convert

RGB 41 191 254 -
CMYK 0.84 0.25 0 0.00
HSL 197.75º 0.99% 0.58% -
HSV(B) 197.75º 0.84% 1% -
XYZ 37.43 44.89 100.46 -
YUV 153.33 184.81 47.88 -
System Red Green Blue C M Y K H S L
Decimal 41 191 254 0.84 0.25 0 0.00 197.75 0.99 0.58
Hex 29 BF FE 54 19 0 0 C6 63 3A
Octal 51 277 376 124 31 0 0 306 143 72
Binary 101001 10111111 11111110 1010100 11001 0 0 11000110 1100011 111010

Color Harmonies of #29BFFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29BFFE

Black with #29BFFE

Text Example


Text Example

White with #29BFFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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