Html Css Color HEX #A6D0DF French Pass

📋 copy color: '#A6D0DF'

red 166 ◦ green 208 ◦ blue 223

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

Shades of French Pass #A6D0DF

Tints of French Pass #A6D0DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 37.35%

R = 27.81%
G = 34.84%
B = 37.35%

CMYK

 C value IS 0.26

 M value IS 0.07

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A6D0DF (or 0xA6D0DF) is known color: French Pass. HEX triplet: A6, D0 and DF. RGB value is (166,208,223). Sum of RGB (Red+Green+Blue) = 166+208+223=597 (79% of max value = 765). Red value is 166 (65.23% from 255 or 27.81% from 597); Green value is 208 (81.64% from 255 or 34.84% from 597); Blue value is 223 (87.5% from 255 or 37.35% from 597); Max value from RGB is 223 - color contains mainly: blue. Hex color #A6D0DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6D0DF is #592F20. Grayscale: #C5C5C5. Windows color (decimal): -5844769 or 14667942. OLE color: 14667942.

HSL color Cylindrical-coordinate representation of color #A6D0DF: hue angle of 195.79º degrees, saturation: 0.47, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A6D0DF is Cyan = 0.26, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 166 208 223 -
CMYK 0.26 0.07 0 0.13
HSL 195.79º 0.47% 0.76% -
HSV(B) 195.79º 0.26% 0.87% -
XYZ 51.6 58.55 78.39 -
YUV 197.15 142.59 105.78 -
System Red Green Blue C M Y K H S L
Decimal 166 208 223 0.26 0.07 0 0.13 195.79 0.47 0.76
Hex A6 D0 DF 1A 7 0 D C4 2F 4C
Octal 246 320 337 32 7 0 15 304 57 114
Binary 10100110 11010000 11011111 11010 111 0 1101 11000100 101111 1001100

Color Harmonies of #A6D0DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6D0DF

Black with #A6D0DF

Text Example


Text Example

White with #A6D0DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6D0DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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