Html Css Color HEX #AACFE1 French Pass

📋 copy color: '#AACFE1'

red 170 ◦ green 207 ◦ blue 225

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

Shades of French Pass #AACFE1

Tints of French Pass #AACFE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 37.38%

R = 28.24%
G = 34.39%
B = 37.38%

CMYK

 C value IS 0.24

 M value IS 0.08

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#AACFE1 (or 0xAACFE1) is known color: French Pass. HEX triplet: AA, CF and E1. RGB value is (170,207,225). Sum of RGB (Red+Green+Blue) = 170+207+225=602 (79% of max value = 765). Red value is 170 (66.80% from 255 or 28.24% from 602); Green value is 207 (81.25% from 255 or 34.39% from 602); Blue value is 225 (88.28% from 255 or 37.38% from 602); Max value from RGB is 225 - color contains mainly: blue. Hex color #AACFE1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AACFE1 is #55301E. Grayscale: #C5C5C5. Windows color (decimal): -5582879 or 14798762. OLE color: 14798762.

HSL color Cylindrical-coordinate representation of color #AACFE1: hue angle of 199.64º degrees, saturation: 0.48, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AACFE1 is Cyan = 0.24, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 170 207 225 -
CMYK 0.24 0.08 0 0.12
HSL 199.64º 0.48% 0.77% -
HSV(B) 199.64º 0.24% 0.88% -
XYZ 52.48 58.61 79.78 -
YUV 197.99 143.24 108.04 -
System Red Green Blue C M Y K H S L
Decimal 170 207 225 0.24 0.08 0 0.12 199.64 0.48 0.77
Hex AA CF E1 18 8 0 C C8 30 4D
Octal 252 317 341 30 10 0 14 310 60 115
Binary 10101010 11001111 11100001 11000 1000 0 1100 11001000 110000 1001101

Color Harmonies of #AACFE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AACFE1

Black with #AACFE1

Text Example


Text Example

White with #AACFE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AACFE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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