Html Css Color HEX #A8D5DC French Pass

📋 copy color: '#A8D5DC'

red 168 ◦ green 213 ◦ blue 220

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

Shades of French Pass #A8D5DC

Tints of French Pass #A8D5DC

RGB

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

 GREEN value IS 213 (83.59% from 255) = 35.44%

 BLUE value IS 220 (86.33% from 255) = 36.61%

R = 27.95%
G = 35.44%
B = 36.61%

CMYK

 C value IS 0.24

 M value IS 0.03

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A8D5DC (or 0xA8D5DC) is known color: French Pass. HEX triplet: A8, D5 and DC. RGB value is (168,213,220). Sum of RGB (Red+Green+Blue) = 168+213+220=601 (79% of max value = 765). Red value is 168 (66.02% from 255 or 27.95% from 601); Green value is 213 (83.59% from 255 or 35.44% from 601); Blue value is 220 (86.33% from 255 or 36.61% from 601); Max value from RGB is 220 - color contains mainly: blue. Hex color #A8D5DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8D5DC is #572A23. Grayscale: #C8C8C8. Windows color (decimal): -5712420 or 14472616. OLE color: 14472616.

HSL color Cylindrical-coordinate representation of color #A8D5DC: hue angle of 188.08º degrees, saturation: 0.43, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A8D5DC is Cyan = 0.24, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 168 213 220 -
CMYK 0.24 0.03 0 0.14
HSL 188.08º 0.43% 0.76% -
HSV(B) 188.08º 0.24% 0.86% -
XYZ 52.86 61.08 76.71 -
YUV 200.34 139.09 104.93 -
System Red Green Blue C M Y K H S L
Decimal 168 213 220 0.24 0.03 0 0.14 188.08 0.43 0.76
Hex A8 D5 DC 18 3 0 E BC 2B 4C
Octal 250 325 334 30 3 0 16 274 53 114
Binary 10101000 11010101 11011100 11000 11 0 1110 10111100 101011 1001100

Color Harmonies of #A8D5DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8D5DC

Black with #A8D5DC

Text Example


Text Example

White with #A8D5DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8D5DC; }

 p { color: rgb(168,213,220); }

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

background-color css

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

 a { background-color: rgb(168,213,220); }

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

border-color css

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

 span { border-color: rgb(168,213,220); }

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