Html Css Color HEX #A6D0DB French Pass

📋 copy color: '#A6D0DB'

red 166 ◦ green 208 ◦ blue 219

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

Shades of French Pass #A6D0DB

Tints of French Pass #A6D0DB

RGB

 RED value IS 166 (65.23% from 255) = 27.99%

 GREEN value IS 208 (81.64% from 255) = 35.08%

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

R = 27.99%
G = 35.08%
B = 36.93%

CMYK

 C value IS 0.24

 M value IS 0.05

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A6D0DB (or 0xA6D0DB) is known color: French Pass. HEX triplet: A6, D0 and DB. RGB value is (166,208,219). Sum of RGB (Red+Green+Blue) = 166+208+219=593 (78% of max value = 765). Red value is 166 (65.23% from 255 or 27.99% from 593); Green value is 208 (81.64% from 255 or 35.08% 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 #A6D0DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6D0DB is #592F24. Grayscale: #C4C4C4. Windows color (decimal): -5844773 or 14405798. OLE color: 14405798.

HSL color Cylindrical-coordinate representation of color #A6D0DB: hue angle of 192.45º degrees, saturation: 0.42, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A6D0DB is Cyan = 0.24, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 166 208 219 -
CMYK 0.24 0.05 0 0.14
HSL 192.45º 0.42% 0.75% -
HSV(B) 192.45º 0.24% 0.86% -
XYZ 51.07 58.33 75.59 -
YUV 196.7 140.59 106.11 -
System Red Green Blue C M Y K H S L
Decimal 166 208 219 0.24 0.05 0 0.14 192.45 0.42 0.75
Hex A6 D0 DB 18 5 0 E C0 2A 4B
Octal 246 320 333 30 5 0 16 300 52 113
Binary 10100110 11010000 11011011 11000 101 0 1110 11000000 101010 1001011

Color Harmonies of #A6D0DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6D0DB

Black with #A6D0DB

Text Example


Text Example

White with #A6D0DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6D0DB; }

 p { color: rgb(166,208,219); }

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

background-color css

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

 a { background-color: rgb(166,208,219); }

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

border-color css

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

 span { border-color: rgb(166,208,219); }

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