Html Css Color HEX #29AACF Summer Sky

📋 copy color: '#29AACF'

red 41 ◦ green 170 ◦ blue 207

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

Shades of Summer Sky #29AACF

Tints of Summer Sky #29AACF

RGB

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

 GREEN value IS 170 (66.8% from 255) = 40.67%

 BLUE value IS 207 (81.25% from 255) = 49.52%

R = 9.81%
G = 40.67%
B = 49.52%

CMYK

 C value IS 0.80

 M value IS 0.18

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#29AACF (or 0x29AACF) is known color: Summer Sky. HEX triplet: 29, AA and CF. RGB value is (41,170,207). Sum of RGB (Red+Green+Blue) = 41+170+207=418 (55% of max value = 765). Red value is 41 (16.41% from 255 or 9.81% from 418); Green value is 170 (66.80% from 255 or 40.67% from 418); Blue value is 207 (81.25% from 255 or 49.52% from 418); Max value from RGB is 207 - color contains mainly: blue. Hex color #29AACF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #29AACF is #D65530. Grayscale: #878787. Windows color (decimal): -14046513 or 13609513. OLE color: 13609513.

HSL color Cylindrical-coordinate representation of color #29AACF: hue angle of 193.37º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #29AACF is Cyan = 0.80, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 41 170 207 -
CMYK 0.80 0.18 0 0.19
HSL 193.37º 0.67% 0.49% -
HSV(B) 193.37º 0.8% 0.81% -
XYZ 26.55 33.73 64.14 -
YUV 135.65 168.26 60.49 -
System Red Green Blue C M Y K H S L
Decimal 41 170 207 0.80 0.18 0 0.19 193.37 0.67 0.49
Hex 29 AA CF 50 12 0 13 C1 43 31
Octal 51 252 317 120 22 0 23 301 103 61
Binary 101001 10101010 11001111 1010000 10010 0 10011 11000001 1000011 110001

Color Harmonies of #29AACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29AACF

Black with #29AACF

Text Example


Text Example

White with #29AACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,170,207); }

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

background-color css

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

 a { background-color: rgb(41,170,207); }

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

border-color css

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

 span { border-color: rgb(41,170,207); }

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