Html Css Color HEX #A6CFDB French Pass

📋 copy color: '#A6CFDB'

red 166 ◦ green 207 ◦ blue 219

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

Shades of French Pass #A6CFDB

Tints of French Pass #A6CFDB

RGB

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

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

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

R = 28.04%
G = 34.97%
B = 36.99%

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

#A6CFDB (or 0xA6CFDB) is known color: French Pass. HEX triplet: A6, CF and DB. RGB value is (166,207,219). Sum of RGB (Red+Green+Blue) = 166+207+219=592 (78% of max value = 765). Red value is 166 (65.23% from 255 or 28.04% from 592); Green value is 207 (81.25% from 255 or 34.97% from 592); Blue value is 219 (85.94% from 255 or 36.99% from 592); Max value from RGB is 219 - color contains mainly: blue. Hex color #A6CFDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6CFDB is #593024. Grayscale: #C4C4C4. Windows color (decimal): -5845029 or 14405542. OLE color: 14405542.

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

Color convert

RGB 166 207 219 -
CMYK 0.24 0.05 0 0.14
HSL 193.58º 0.42% 0.75% -
HSV(B) 193.58º 0.24% 0.86% -
XYZ 50.82 57.85 75.5 -
YUV 196.11 140.92 106.52 -
System Red Green Blue C M Y K H S L
Decimal 166 207 219 0.24 0.05 0 0.14 193.58 0.42 0.75
Hex A6 CF DB 18 5 0 E C2 2A 4B
Octal 246 317 333 30 5 0 16 302 52 113
Binary 10100110 11001111 11011011 11000 101 0 1110 11000010 101010 1001011

Color Harmonies of #A6CFDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6CFDB

Black with #A6CFDB

Text Example


Text Example

White with #A6CFDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6CFDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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