Html Css Color HEX #29BFE0 Summer Sky

📋 copy color: '#29BFE0'

red 41 ◦ green 191 ◦ blue 224

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

Shades of Summer Sky #29BFE0

Tints of Summer Sky #29BFE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 49.12%

R = 8.99%
G = 41.89%
B = 49.12%

CMYK

 C value IS 0.82

 M value IS 0.15

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#29BFE0 (or 0x29BFE0) is known color: Summer Sky. HEX triplet: 29, BF and E0. RGB value is (41,191,224). Sum of RGB (Red+Green+Blue) = 41+191+224=456 (60% of max value = 765). Red value is 41 (16.41% from 255 or 8.99% from 456); Green value is 191 (75% from 255 or 41.89% from 456); Blue value is 224 (87.89% from 255 or 49.12% from 456); Max value from RGB is 224 - color contains mainly: blue. Hex color #29BFE0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #29BFE0 is #D6401F. Grayscale: #959595. Windows color (decimal): -14041120 or 14729001. OLE color: 14729001.

HSL color Cylindrical-coordinate representation of color #29BFE0: hue angle of 190.82º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #29BFE0 is Cyan = 0.82, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 41 191 224 -
CMYK 0.82 0.15 0 0.12
HSL 190.82º 0.75% 0.52% -
HSV(B) 190.82º 0.82% 0.88% -
XYZ 33 43.11 77.1 -
YUV 149.91 169.81 50.32 -
System Red Green Blue C M Y K H S L
Decimal 41 191 224 0.82 0.15 0 0.12 190.82 0.75 0.52
Hex 29 BF E0 52 F 0 C BF 4B 34
Octal 51 277 340 122 17 0 14 277 113 64
Binary 101001 10111111 11100000 1010010 1111 0 1100 10111111 1001011 110100

Color Harmonies of #29BFE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29BFE0

Black with #29BFE0

Text Example


Text Example

White with #29BFE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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