Html Css Color HEX #A7CBDD French Pass

📋 copy color: '#A7CBDD'

red 167 ◦ green 203 ◦ blue 221

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

Shades of French Pass #A7CBDD

Tints of French Pass #A7CBDD

RGB

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

 GREEN value IS 203 (79.69% from 255) = 34.35%

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

R = 28.26%
G = 34.35%
B = 37.39%

CMYK

 C value IS 0.24

 M value IS 0.08

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A7CBDD (or 0xA7CBDD) is known color: French Pass. HEX triplet: A7, CB and DD. RGB value is (167,203,221). Sum of RGB (Red+Green+Blue) = 167+203+221=591 (78% of max value = 765). Red value is 167 (65.62% from 255 or 28.26% from 591); Green value is 203 (79.69% from 255 or 34.35% from 591); Blue value is 221 (86.72% from 255 or 37.39% from 591); Max value from RGB is 221 - color contains mainly: blue. Hex color #A7CBDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7CBDD is #583422. Grayscale: #C2C2C2. Windows color (decimal): -5780515 or 14535591. OLE color: 14535591.

HSL color Cylindrical-coordinate representation of color #A7CBDD: hue angle of 200º 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 #A7CBDD is Cyan = 0.24, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 167 203 221 -
CMYK 0.24 0.08 0 0.13
HSL 200º 0.44% 0.76% -
HSV(B) 200º 0.24% 0.87% -
XYZ 50.34 56.15 76.59 -
YUV 194.29 143.07 108.54 -
System Red Green Blue C M Y K H S L
Decimal 167 203 221 0.24 0.08 0 0.13 200 0.44 0.76
Hex A7 CB DD 18 8 0 D C8 2C 4C
Octal 247 313 335 30 10 0 15 310 54 114
Binary 10100111 11001011 11011101 11000 1000 0 1101 11001000 101100 1001100

Color Harmonies of #A7CBDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7CBDD

Black with #A7CBDD

Text Example


Text Example

White with #A7CBDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7CBDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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