Html Css Color HEX #AACEDB French Pass

📋 copy color: '#AACEDB'

red 170 ◦ green 206 ◦ blue 219

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

Shades of French Pass #AACEDB

Tints of French Pass #AACEDB

RGB

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

 GREEN value IS 206 (80.86% from 255) = 34.62%

 BLUE value IS 219 (85.94% from 255) = 36.81%

R = 28.57%
G = 34.62%
B = 36.81%

CMYK

 C value IS 0.22

 M value IS 0.06

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AACEDB (or 0xAACEDB) is known color: French Pass. HEX triplet: AA, CE and DB. RGB value is (170,206,219). Sum of RGB (Red+Green+Blue) = 170+206+219=595 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.57% from 595); Green value is 206 (80.86% from 255 or 34.62% from 595); Blue value is 219 (85.94% from 255 or 36.81% from 595); Max value from RGB is 219 - color contains mainly: blue. Hex color #AACEDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AACEDB is #553124. Grayscale: #C4C4C4. Windows color (decimal): -5583141 or 14405290. OLE color: 14405290.

HSL color Cylindrical-coordinate representation of color #AACEDB: hue angle of 195.92º degrees, saturation: 0.4, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AACEDB is Cyan = 0.22, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 170 206 219 -
CMYK 0.22 0.06 0 0.14
HSL 195.92º 0.4% 0.76% -
HSV(B) 195.92º 0.22% 0.86% -
XYZ 51.44 57.8 75.46 -
YUV 196.72 140.57 108.94 -
System Red Green Blue C M Y K H S L
Decimal 170 206 219 0.22 0.06 0 0.14 195.92 0.4 0.76
Hex AA CE DB 16 6 0 E C4 28 4C
Octal 252 316 333 26 6 0 16 304 50 114
Binary 10101010 11001110 11011011 10110 110 0 1110 11000100 101000 1001100

Color Harmonies of #AACEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AACEDB

Black with #AACEDB

Text Example


Text Example

White with #AACEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AACEDB; }

 p { color: rgb(170,206,219); }

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

background-color css

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

 a { background-color: rgb(170,206,219); }

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

border-color css

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

 span { border-color: rgb(170,206,219); }

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