Html Css Color HEX #AACCDB French Pass

📋 copy color: '#AACCDB'

red 170 ◦ green 204 ◦ blue 219

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

Shades of French Pass #AACCDB

Tints of French Pass #AACCDB

RGB

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

 GREEN value IS 204 (80.08% from 255) = 34.4%

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

R = 28.67%
G = 34.4%
B = 36.93%

CMYK

 C value IS 0.22

 M value IS 0.07

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AACCDB (or 0xAACCDB) is known color: French Pass. HEX triplet: AA, CC and DB. RGB value is (170,204,219). Sum of RGB (Red+Green+Blue) = 170+204+219=593 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.67% from 593); Green value is 204 (80.08% from 255 or 34.40% from 593); Blue value is 219 (85.94% from 255 or 36.93% from 593); Max value from RGB is 219 - color contains mainly: blue. Hex color #AACCDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AACCDB is #553324. Grayscale: #C3C3C3. Windows color (decimal): -5583653 or 14404778. OLE color: 14404778.

HSL color Cylindrical-coordinate representation of color #AACCDB: hue angle of 198.37º 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 #AACCDB is Cyan = 0.22, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 170 204 219 -
CMYK 0.22 0.07 0 0.14
HSL 198.37º 0.4% 0.76% -
HSV(B) 198.37º 0.22% 0.86% -
XYZ 50.96 56.85 75.3 -
YUV 195.54 141.24 109.78 -
System Red Green Blue C M Y K H S L
Decimal 170 204 219 0.22 0.07 0 0.14 198.37 0.4 0.76
Hex AA CC DB 16 7 0 E C6 28 4C
Octal 252 314 333 26 7 0 16 306 50 114
Binary 10101010 11001100 11011011 10110 111 0 1110 11000110 101000 1001100

Color Harmonies of #AACCDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AACCDB

Black with #AACCDB

Text Example


Text Example

White with #AACCDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AACCDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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