Html Css Color HEX #AACFD9 French Pass

📋 copy color: '#AACFD9'

red 170 ◦ green 207 ◦ blue 217

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

Shades of French Pass #AACFD9

Tints of French Pass #AACFD9

RGB

 RED value IS 170 (66.8% from 255) = 28.62%

 GREEN value IS 207 (81.25% from 255) = 34.85%

 BLUE value IS 217 (85.16% from 255) = 36.53%

R = 28.62%
G = 34.85%
B = 36.53%

CMYK

 C value IS 0.22

 M value IS 0.05

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AACFD9 (or 0xAACFD9) is known color: French Pass. HEX triplet: AA, CF and D9. RGB value is (170,207,217). Sum of RGB (Red+Green+Blue) = 170+207+217=594 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.62% from 594); Green value is 207 (81.25% from 255 or 34.85% from 594); Blue value is 217 (85.16% from 255 or 36.53% from 594); Max value from RGB is 217 - color contains mainly: blue. Hex color #AACFD9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AACFD9 is #553026. Grayscale: #C5C5C5. Windows color (decimal): -5582887 or 14274474. OLE color: 14274474.

HSL color Cylindrical-coordinate representation of color #AACFD9: hue angle of 192.77º degrees, saturation: 0.38, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AACFD9 is Cyan = 0.22, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 170 207 217 -
CMYK 0.22 0.05 0 0.15
HSL 192.77º 0.38% 0.76% -
HSV(B) 192.77º 0.22% 0.85% -
XYZ 51.41 58.18 74.17 -
YUV 197.08 139.24 108.69 -
System Red Green Blue C M Y K H S L
Decimal 170 207 217 0.22 0.05 0 0.15 192.77 0.38 0.76
Hex AA CF D9 16 5 0 F C1 26 4C
Octal 252 317 331 26 5 0 17 301 46 114
Binary 10101010 11001111 11011001 10110 101 0 1111 11000001 100110 1001100

Color Harmonies of #AACFD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AACFD9

Black with #AACFD9

Text Example


Text Example

White with #AACFD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AACFD9; }

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

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

background-color css

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

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

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

border-color css

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

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

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