Html Css Color HEX #A8D2DB French Pass

📋 copy color: '#A8D2DB'

red 168 ◦ green 210 ◦ blue 219

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

Shades of French Pass #A8D2DB

Tints of French Pass #A8D2DB

RGB

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

 GREEN value IS 210 (82.42% from 255) = 35.18%

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

R = 28.14%
G = 35.18%
B = 36.68%

CMYK

 C value IS 0.23

 M value IS 0.04

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A8D2DB (or 0xA8D2DB) is known color: French Pass. HEX triplet: A8, D2 and DB. RGB value is (168,210,219). Sum of RGB (Red+Green+Blue) = 168+210+219=597 (79% of max value = 765). Red value is 168 (66.02% from 255 or 28.14% from 597); Green value is 210 (82.42% from 255 or 35.18% from 597); Blue value is 219 (85.94% from 255 or 36.68% from 597); Max value from RGB is 219 - color contains mainly: blue. Hex color #A8D2DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8D2DB is #572D24. Grayscale: #C6C6C6. Windows color (decimal): -5713189 or 14406312. OLE color: 14406312.

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

Color convert

RGB 168 210 219 -
CMYK 0.23 0.04 0 0.14
HSL 190.59º 0.41% 0.76% -
HSV(B) 190.59º 0.23% 0.86% -
XYZ 51.98 59.53 75.77 -
YUV 198.47 139.59 106.27 -
System Red Green Blue C M Y K H S L
Decimal 168 210 219 0.23 0.04 0 0.14 190.59 0.41 0.76
Hex A8 D2 DB 17 4 0 E BF 29 4C
Octal 250 322 333 27 4 0 16 277 51 114
Binary 10101000 11010010 11011011 10111 100 0 1110 10111111 101001 1001100

Color Harmonies of #A8D2DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8D2DB

Black with #A8D2DB

Text Example


Text Example

White with #A8D2DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8D2DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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