Html Css Color HEX #A6CFDD French Pass

📋 copy color: '#A6CFDD'

red 166 ◦ green 207 ◦ blue 221

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

Shades of French Pass #A6CFDD

Tints of French Pass #A6CFDD

RGB

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

 GREEN value IS 207 (81.25% from 255) = 34.85%

 BLUE value IS 221 (86.72% from 255) = 37.21%

R = 27.95%
G = 34.85%
B = 37.21%

CMYK

 C value IS 0.25

 M value IS 0.06

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A6CFDD (or 0xA6CFDD) is known color: French Pass. HEX triplet: A6, CF and DD. RGB value is (166,207,221). Sum of RGB (Red+Green+Blue) = 166+207+221=594 (78% of max value = 765). Red value is 166 (65.23% from 255 or 27.95% from 594); Green value is 207 (81.25% from 255 or 34.85% from 594); Blue value is 221 (86.72% from 255 or 37.21% from 594); Max value from RGB is 221 - color contains mainly: blue. Hex color #A6CFDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6CFDD is #593022. Grayscale: #C4C4C4. Windows color (decimal): -5845027 or 14536614. OLE color: 14536614.

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

Color convert

RGB 166 207 221 -
CMYK 0.25 0.06 0 0.13
HSL 195.27º 0.45% 0.76% -
HSV(B) 195.27º 0.25% 0.87% -
XYZ 51.09 57.95 76.9 -
YUV 196.34 141.92 106.36 -
System Red Green Blue C M Y K H S L
Decimal 166 207 221 0.25 0.06 0 0.13 195.27 0.45 0.76
Hex A6 CF DD 19 6 0 D C3 2D 4C
Octal 246 317 335 31 6 0 15 303 55 114
Binary 10100110 11001111 11011101 11001 110 0 1101 11000011 101101 1001100

Color Harmonies of #A6CFDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6CFDD

Black with #A6CFDD

Text Example


Text Example

White with #A6CFDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6CFDD; }

 p { color: rgb(166,207,221); }

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

background-color css

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

 a { background-color: rgb(166,207,221); }

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

border-color css

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

 span { border-color: rgb(166,207,221); }

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