Html Css Color HEX #A8CCDF French Pass

📋 copy color: '#A8CCDF'

red 168 ◦ green 204 ◦ blue 223

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

Shades of French Pass #A8CCDF

Tints of French Pass #A8CCDF

RGB

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

 GREEN value IS 204 (80.08% from 255) = 34.29%

 BLUE value IS 223 (87.5% from 255) = 37.48%

R = 28.24%
G = 34.29%
B = 37.48%

CMYK

 C value IS 0.25

 M value IS 0.09

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A8CCDF (or 0xA8CCDF) is known color: French Pass. HEX triplet: A8, CC and DF. RGB value is (168,204,223). Sum of RGB (Red+Green+Blue) = 168+204+223=595 (78% of max value = 765). Red value is 168 (66.02% from 255 or 28.24% from 595); Green value is 204 (80.08% from 255 or 34.29% from 595); Blue value is 223 (87.5% from 255 or 37.48% from 595); Max value from RGB is 223 - color contains mainly: blue. Hex color #A8CCDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8CCDF is #573320. Grayscale: #C3C3C3. Windows color (decimal): -5714721 or 14666920. OLE color: 14666920.

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

Color convert

RGB 168 204 223 -
CMYK 0.25 0.09 0 0.13
HSL 200.73º 0.46% 0.77% -
HSV(B) 200.73º 0.25% 0.87% -
XYZ 51.06 56.84 78.09 -
YUV 195.4 143.57 108.46 -
System Red Green Blue C M Y K H S L
Decimal 168 204 223 0.25 0.09 0 0.13 200.73 0.46 0.77
Hex A8 CC DF 19 9 0 D C9 2E 4D
Octal 250 314 337 31 11 0 15 311 56 115
Binary 10101000 11001100 11011111 11001 1001 0 1101 11001001 101110 1001101

Color Harmonies of #A8CCDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8CCDF

Black with #A8CCDF

Text Example


Text Example

White with #A8CCDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8CCDF; }

 p { color: rgb(168,204,223); }

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

background-color css

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

 a { background-color: rgb(168,204,223); }

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

border-color css

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

 span { border-color: rgb(168,204,223); }

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