Html Css Color HEX #A7CDDB French Pass

📋 copy color: '#A7CDDB'

red 167 ◦ green 205 ◦ blue 219

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

Shades of French Pass #A7CDDB

Tints of French Pass #A7CDDB

RGB

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

 GREEN value IS 205 (80.47% from 255) = 34.69%

 BLUE value IS 219 (85.94% from 255) = 37.06%

R = 28.26%
G = 34.69%
B = 37.06%

CMYK

 C value IS 0.24

 M value IS 0.06

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A7CDDB (or 0xA7CDDB) is known color: French Pass. HEX triplet: A7, CD and DB. RGB value is (167,205,219). Sum of RGB (Red+Green+Blue) = 167+205+219=591 (78% of max value = 765). Red value is 167 (65.62% from 255 or 28.26% from 591); Green value is 205 (80.47% from 255 or 34.69% from 591); Blue value is 219 (85.94% from 255 or 37.06% from 591); Max value from RGB is 219 - color contains mainly: blue. Hex color #A7CDDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7CDDB is #583224. Grayscale: #C3C3C3. Windows color (decimal): -5780005 or 14405031. OLE color: 14405031.

HSL color Cylindrical-coordinate representation of color #A7CDDB: hue angle of 196.15º degrees, saturation: 0.42, 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 #A7CDDB is Cyan = 0.24, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 167 205 219 -
CMYK 0.24 0.06 0 0.14
HSL 196.15º 0.42% 0.76% -
HSV(B) 196.15º 0.24% 0.86% -
XYZ 50.55 56.99 75.35 -
YUV 195.23 141.41 107.86 -
System Red Green Blue C M Y K H S L
Decimal 167 205 219 0.24 0.06 0 0.14 196.15 0.42 0.76
Hex A7 CD DB 18 6 0 E C4 2A 4C
Octal 247 315 333 30 6 0 16 304 52 114
Binary 10100111 11001101 11011011 11000 110 0 1110 11000100 101010 1001100

Color Harmonies of #A7CDDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7CDDB

Black with #A7CDDB

Text Example


Text Example

White with #A7CDDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7CDDB; }

 p { color: rgb(167,205,219); }

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

background-color css

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

 a { background-color: rgb(167,205,219); }

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

border-color css

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

 span { border-color: rgb(167,205,219); }

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