Html Css Color HEX #A7D2DD French Pass

📋 copy color: '#A7D2DD'

red 167 ◦ green 210 ◦ blue 221

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

Shades of French Pass #A7D2DD

Tints of French Pass #A7D2DD

RGB

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

 GREEN value IS 210 (82.42% from 255) = 35.12%

 BLUE value IS 221 (86.72% from 255) = 36.96%

R = 27.93%
G = 35.12%
B = 36.96%

CMYK

 C value IS 0.24

 M value IS 0.05

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A7D2DD (or 0xA7D2DD) is known color: French Pass. HEX triplet: A7, D2 and DD. RGB value is (167,210,221). Sum of RGB (Red+Green+Blue) = 167+210+221=598 (79% of max value = 765). Red value is 167 (65.62% from 255 or 27.93% from 598); Green value is 210 (82.42% from 255 or 35.12% from 598); Blue value is 221 (86.72% from 255 or 36.96% from 598); Max value from RGB is 221 - color contains mainly: blue. Hex color #A7D2DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7D2DD is #582D22. Grayscale: #C6C6C6. Windows color (decimal): -5778723 or 14537383. OLE color: 14537383.

HSL color Cylindrical-coordinate representation of color #A7D2DD: hue angle of 192.22º degrees, saturation: 0.44, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A7D2DD is Cyan = 0.24, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 167 210 221 -
CMYK 0.24 0.05 0 0.13
HSL 192.22º 0.44% 0.76% -
HSV(B) 192.22º 0.24% 0.87% -
XYZ 52.03 59.53 77.15 -
YUV 198.4 140.75 105.61 -
System Red Green Blue C M Y K H S L
Decimal 167 210 221 0.24 0.05 0 0.13 192.22 0.44 0.76
Hex A7 D2 DD 18 5 0 D C0 2C 4C
Octal 247 322 335 30 5 0 15 300 54 114
Binary 10100111 11010010 11011101 11000 101 0 1101 11000000 101100 1001100

Color Harmonies of #A7D2DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7D2DD

Black with #A7D2DD

Text Example


Text Example

White with #A7D2DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7D2DD; }

 p { color: rgb(167,210,221); }

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

background-color css

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

 a { background-color: rgb(167,210,221); }

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

border-color css

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

 span { border-color: rgb(167,210,221); }

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