Html Css Color HEX #A8D6DB French Pass

📋 copy color: '#A8D6DB'

red 168 ◦ green 214 ◦ blue 219

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

Shades of French Pass #A8D6DB

Tints of French Pass #A8D6DB

RGB

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

 GREEN value IS 214 (83.98% from 255) = 35.61%

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

R = 27.95%
G = 35.61%
B = 36.44%

CMYK

 C value IS 0.23

 M value IS 0.02

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A8D6DB (or 0xA8D6DB) is known color: French Pass. HEX triplet: A8, D6 and DB. RGB value is (168,214,219). Sum of RGB (Red+Green+Blue) = 168+214+219=601 (79% of max value = 765). Red value is 168 (66.02% from 255 or 27.95% from 601); Green value is 214 (83.98% from 255 or 35.61% from 601); Blue value is 219 (85.94% from 255 or 36.44% from 601); Max value from RGB is 219 - color contains mainly: blue. Hex color #A8D6DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8D6DB is #572924. Grayscale: #C8C8C8. Windows color (decimal): -5712165 or 14407336. OLE color: 14407336.

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

Color convert

RGB 168 214 219 -
CMYK 0.23 0.02 0 0.14
HSL 185.88º 0.41% 0.76% -
HSV(B) 185.88º 0.23% 0.86% -
XYZ 52.98 61.53 76.1 -
YUV 200.82 138.26 104.59 -
System Red Green Blue C M Y K H S L
Decimal 168 214 219 0.23 0.02 0 0.14 185.88 0.41 0.76
Hex A8 D6 DB 17 2 0 E BA 29 4C
Octal 250 326 333 27 2 0 16 272 51 114
Binary 10101000 11010110 11011011 10111 10 0 1110 10111010 101001 1001100

Color Harmonies of #A8D6DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8D6DB

Black with #A8D6DB

Text Example


Text Example

White with #A8D6DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8D6DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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