Html Css Color HEX #A8C8DB French Pass

📋 copy color: '#A8C8DB'

red 168 ◦ green 200 ◦ blue 219

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

Shades of French Pass #A8C8DB

Tints of French Pass #A8C8DB

RGB

 RED value IS 168 (66.02% from 255) = 28.62%

 GREEN value IS 200 (78.52% from 255) = 34.07%

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

R = 28.62%
G = 34.07%
B = 37.31%

CMYK

 C value IS 0.23

 M value IS 0.09

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A8C8DB (or 0xA8C8DB) is known color: French Pass. HEX triplet: A8, C8 and DB. RGB value is (168,200,219). Sum of RGB (Red+Green+Blue) = 168+200+219=587 (77% of max value = 765). Red value is 168 (66.02% from 255 or 28.62% from 587); Green value is 200 (78.52% from 255 or 34.07% from 587); Blue value is 219 (85.94% from 255 or 37.31% from 587); Max value from RGB is 219 - color contains mainly: blue. Hex color #A8C8DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8C8DB is #573724. Grayscale: #C0C0C0. Windows color (decimal): -5715749 or 14403752. OLE color: 14403752.

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

Color convert

RGB 168 200 219 -
CMYK 0.23 0.09 0 0.14
HSL 202.35º 0.41% 0.76% -
HSV(B) 202.35º 0.23% 0.86% -
XYZ 49.59 54.75 74.97 -
YUV 192.6 142.9 110.46 -
System Red Green Blue C M Y K H S L
Decimal 168 200 219 0.23 0.09 0 0.14 202.35 0.41 0.76
Hex A8 C8 DB 17 9 0 E CA 29 4C
Octal 250 310 333 27 11 0 16 312 51 114
Binary 10101000 11001000 11011011 10111 1001 0 1110 11001010 101001 1001100

Color Harmonies of #A8C8DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8C8DB

Black with #A8C8DB

Text Example


Text Example

White with #A8C8DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8C8DB; }

 p { color: rgb(168,200,219); }

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

background-color css

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

 a { background-color: rgb(168,200,219); }

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

border-color css

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

 span { border-color: rgb(168,200,219); }

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