Html Css Color HEX #29CAF8 Summer Sky

📋 copy color: '#29CAF8'

red 41 ◦ green 202 ◦ blue 248

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

Shades of Summer Sky #29CAF8

Tints of Summer Sky #29CAF8

RGB

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

 GREEN value IS 202 (79.3% from 255) = 41.14%

 BLUE value IS 248 (97.27% from 255) = 50.51%

R = 8.35%
G = 41.14%
B = 50.51%

CMYK

 C value IS 0.83

 M value IS 0.19

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#29CAF8 (or 0x29CAF8) is known color: Summer Sky. HEX triplet: 29, CA and F8. RGB value is (41,202,248). Sum of RGB (Red+Green+Blue) = 41+202+248=491 (65% of max value = 765). Red value is 41 (16.41% from 255 or 8.35% from 491); Green value is 202 (79.30% from 255 or 41.14% from 491); Blue value is 248 (97.27% from 255 or 50.51% from 491); Max value from RGB is 248 - color contains mainly: blue. Hex color #29CAF8 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #29CAF8 is #D63507. Grayscale: #9E9E9E. Windows color (decimal): -14038280 or 16304681. OLE color: 16304681.

HSL color Cylindrical-coordinate representation of color #29CAF8: hue angle of 193.33º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #29CAF8 is Cyan = 0.83, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 41 202 248 -
CMYK 0.83 0.19 0 0.03
HSL 193.33º 0.94% 0.57% -
HSV(B) 193.33º 0.83% 0.97% -
XYZ 38.98 49.49 96.31 -
YUV 159.11 178.16 43.76 -
System Red Green Blue C M Y K H S L
Decimal 41 202 248 0.83 0.19 0 0.03 193.33 0.94 0.57
Hex 29 CA F8 53 13 0 3 C1 5E 39
Octal 51 312 370 123 23 0 3 301 136 71
Binary 101001 11001010 11111000 1010011 10011 0 11 11000001 1011110 111001

Color Harmonies of #29CAF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29CAF8

Black with #29CAF8

Text Example


Text Example

White with #29CAF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,202,248); }

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

background-color css

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

 a { background-color: rgb(41,202,248); }

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

border-color css

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

 span { border-color: rgb(41,202,248); }

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