Html Css Color HEX #29AFCD Summer Sky

📋 copy color: '#29AFCD'

red 41 ◦ green 175 ◦ blue 205

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

Shades of Summer Sky #29AFCD

Tints of Summer Sky #29AFCD

RGB

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

 GREEN value IS 175 (68.75% from 255) = 41.57%

 BLUE value IS 205 (80.47% from 255) = 48.69%

R = 9.74%
G = 41.57%
B = 48.69%

CMYK

 C value IS 0.8

 M value IS 0.15

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#29AFCD (or 0x29AFCD) is known color: Summer Sky. HEX triplet: 29, AF and CD. RGB value is (41,175,205). Sum of RGB (Red+Green+Blue) = 41+175+205=421 (55% of max value = 765). Red value is 41 (16.41% from 255 or 9.74% from 421); Green value is 175 (68.75% from 255 or 41.57% from 421); Blue value is 205 (80.47% from 255 or 48.69% from 421); Max value from RGB is 205 - color contains mainly: blue. Hex color #29AFCD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #29AFCD is #D65032. Grayscale: #8A8A8A. Windows color (decimal): -14045235 or 13479721. OLE color: 13479721.

HSL color Cylindrical-coordinate representation of color #29AFCD: hue angle of 190.98º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #29AFCD is Cyan = 0.8, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 41 175 205 -
CMYK 0.8 0.15 0 0.20
HSL 190.98º 0.67% 0.48% -
HSV(B) 190.98º 0.8% 0.8% -
XYZ 27.26 35.54 63.18 -
YUV 138.35 165.61 58.56 -
System Red Green Blue C M Y K H S L
Decimal 41 175 205 0.8 0.15 0 0.20 190.98 0.67 0.48
Hex 29 AF CD 50 F 0 14 BF 43 30
Octal 51 257 315 120 17 0 24 277 103 60
Binary 101001 10101111 11001101 1010000 1111 0 10100 10111111 1000011 110000

Color Harmonies of #29AFCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29AFCD

Black with #29AFCD

Text Example


Text Example

White with #29AFCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,175,205); }

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

background-color css

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

 a { background-color: rgb(41,175,205); }

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

border-color css

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

 span { border-color: rgb(41,175,205); }

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