Html Css Color HEX #A6CFDE French Pass

📋 copy color: '#A6CFDE'

red 166 ◦ green 207 ◦ blue 222

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

Shades of French Pass #A6CFDE

Tints of French Pass #A6CFDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 37.31%

R = 27.9%
G = 34.79%
B = 37.31%

CMYK

 C value IS 0.25

 M value IS 0.07

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A6CFDE (or 0xA6CFDE) is known color: French Pass. HEX triplet: A6, CF and DE. RGB value is (166,207,222). Sum of RGB (Red+Green+Blue) = 166+207+222=595 (78% of max value = 765). Red value is 166 (65.23% from 255 or 27.90% from 595); Green value is 207 (81.25% from 255 or 34.79% from 595); Blue value is 222 (87.11% from 255 or 37.31% from 595); Max value from RGB is 222 - color contains mainly: blue. Hex color #A6CFDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6CFDE is #593021. Grayscale: #C4C4C4. Windows color (decimal): -5845026 or 14602150. OLE color: 14602150.

HSL color Cylindrical-coordinate representation of color #A6CFDE: hue angle of 196.07º degrees, saturation: 0.46, 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 #A6CFDE is Cyan = 0.25, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 166 207 222 -
CMYK 0.25 0.07 0 0.13
HSL 196.07º 0.46% 0.76% -
HSV(B) 196.07º 0.25% 0.87% -
XYZ 51.22 58.01 77.6 -
YUV 196.45 142.42 106.28 -
System Red Green Blue C M Y K H S L
Decimal 166 207 222 0.25 0.07 0 0.13 196.07 0.46 0.76
Hex A6 CF DE 19 7 0 D C4 2E 4C
Octal 246 317 336 31 7 0 15 304 56 114
Binary 10100110 11001111 11011110 11001 111 0 1101 11000100 101110 1001100

Color Harmonies of #A6CFDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6CFDE

Black with #A6CFDE

Text Example


Text Example

White with #A6CFDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6CFDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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