Html Css Color HEX #A7CCDF French Pass

📋 copy color: '#A7CCDF'

red 167 ◦ green 204 ◦ blue 223

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

Shades of French Pass #A7CCDF

Tints of French Pass #A7CCDF

RGB

 RED value IS 167 (65.63% from 255) = 28.11%

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

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

R = 28.11%
G = 34.34%
B = 37.54%

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

#A7CCDF (or 0xA7CCDF) is known color: French Pass. HEX triplet: A7, CC and DF. RGB value is (167,204,223). Sum of RGB (Red+Green+Blue) = 167+204+223=594 (78% of max value = 765). Red value is 167 (65.62% from 255 or 28.11% from 594); Green value is 204 (80.08% from 255 or 34.34% from 594); Blue value is 223 (87.5% from 255 or 37.54% from 594); Max value from RGB is 223 - color contains mainly: blue. Hex color #A7CCDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7CCDF is #583320. Grayscale: #C2C2C2. Windows color (decimal): -5780257 or 14666919. OLE color: 14666919.

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

Color convert

RGB 167 204 223 -
CMYK 0.25 0.09 0 0.13
HSL 200.36º 0.47% 0.76% -
HSV(B) 200.36º 0.25% 0.87% -
XYZ 50.85 56.73 78.08 -
YUV 195.1 143.74 107.96 -
System Red Green Blue C M Y K H S L
Decimal 167 204 223 0.25 0.09 0 0.13 200.36 0.47 0.76
Hex A7 CC DF 19 9 0 D C8 2F 4C
Octal 247 314 337 31 11 0 15 310 57 114
Binary 10100111 11001100 11011111 11001 1001 0 1101 11001000 101111 1001100

Color Harmonies of #A7CCDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7CCDF

Black with #A7CCDF

Text Example


Text Example

White with #A7CCDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7CCDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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