Html Css Color HEX #AACBDB French Pass

📋 copy color: '#AACBDB'

red 170 ◦ green 203 ◦ blue 219

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

Shades of French Pass #AACBDB

Tints of French Pass #AACBDB

RGB

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

 GREEN value IS 203 (79.69% from 255) = 34.29%

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

R = 28.72%
G = 34.29%
B = 36.99%

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

#AACBDB (or 0xAACBDB) is known color: French Pass. HEX triplet: AA, CB and DB. RGB value is (170,203,219). Sum of RGB (Red+Green+Blue) = 170+203+219=592 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.72% from 592); Green value is 203 (79.69% from 255 or 34.29% from 592); Blue value is 219 (85.94% from 255 or 36.99% from 592); Max value from RGB is 219 - color contains mainly: blue. Hex color #AACBDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AACBDB is #553424. Grayscale: #C2C2C2. Windows color (decimal): -5583909 or 14404522. OLE color: 14404522.

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

Color convert

RGB 170 203 219 -
CMYK 0.22 0.07 0 0.14
HSL 199.59º 0.4% 0.76% -
HSV(B) 199.59º 0.22% 0.86% -
XYZ 50.72 56.37 75.23 -
YUV 194.96 141.57 110.2 -
System Red Green Blue C M Y K H S L
Decimal 170 203 219 0.22 0.07 0 0.14 199.59 0.4 0.76
Hex AA CB DB 16 7 0 E C8 28 4C
Octal 252 313 333 26 7 0 16 310 50 114
Binary 10101010 11001011 11011011 10110 111 0 1110 11001000 101000 1001100

Color Harmonies of #AACBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AACBDB

Black with #AACBDB

Text Example


Text Example

White with #AACBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AACBDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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