Html Css Color HEX #A8D1E5 French Pass

📋 copy color: '#A8D1E5'

red 168 ◦ green 209 ◦ blue 229

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

Shades of French Pass #A8D1E5

Tints of French Pass #A8D1E5

RGB

 RED value IS 168 (66.02% from 255) = 27.72%

 GREEN value IS 209 (82.03% from 255) = 34.49%

 BLUE value IS 229 (89.84% from 255) = 37.79%

R = 27.72%
G = 34.49%
B = 37.79%

CMYK

 C value IS 0.27

 M value IS 0.09

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#A8D1E5 (or 0xA8D1E5) is known color: French Pass. HEX triplet: A8, D1 and E5. RGB value is (168,209,229). Sum of RGB (Red+Green+Blue) = 168+209+229=606 (80% of max value = 765). Red value is 168 (66.02% from 255 or 27.72% from 606); Green value is 209 (82.03% from 255 or 34.49% from 606); Blue value is 229 (89.84% from 255 or 37.79% from 606); Max value from RGB is 229 - color contains mainly: blue. Hex color #A8D1E5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8D1E5 is #572E1A. Grayscale: #C6C6C6. Windows color (decimal): -5713435 or 15061416. OLE color: 15061416.

HSL color Cylindrical-coordinate representation of color #A8D1E5: hue angle of 199.67º degrees, saturation: 0.54, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A8D1E5 is Cyan = 0.27, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 168 209 229 -
CMYK 0.27 0.09 0 0.10
HSL 199.67º 0.54% 0.78% -
HSV(B) 199.67º 0.27% 0.9% -
XYZ 53.09 59.58 82.83 -
YUV 199.02 144.92 105.87 -
System Red Green Blue C M Y K H S L
Decimal 168 209 229 0.27 0.09 0 0.10 199.67 0.54 0.78
Hex A8 D1 E5 1B 9 0 A C8 36 4E
Octal 250 321 345 33 11 0 12 310 66 116
Binary 10101000 11010001 11100101 11011 1001 0 1010 11001000 110110 1001110

Color Harmonies of #A8D1E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8D1E5

Black with #A8D1E5

Text Example


Text Example

White with #A8D1E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8D1E5; }

 p { color: rgb(168,209,229); }

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

background-color css

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

 a { background-color: rgb(168,209,229); }

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

border-color css

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

 span { border-color: rgb(168,209,229); }

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