Html Css Color HEX #A7CEDB French Pass

📋 copy color: '#A7CEDB'

red 167 ◦ green 206 ◦ blue 219

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

Shades of French Pass #A7CEDB

Tints of French Pass #A7CEDB

RGB

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

 GREEN value IS 206 (80.86% from 255) = 34.8%

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

R = 28.21%
G = 34.8%
B = 36.99%

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

#A7CEDB (or 0xA7CEDB) is known color: French Pass. HEX triplet: A7, CE and DB. RGB value is (167,206,219). Sum of RGB (Red+Green+Blue) = 167+206+219=592 (78% of max value = 765). Red value is 167 (65.62% from 255 or 28.21% from 592); Green value is 206 (80.86% from 255 or 34.80% from 592); Blue value is 219 (85.94% from 255 or 36.99% from 592); Max value from RGB is 219 - color contains mainly: blue. Hex color #A7CEDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7CEDB is #583124. Grayscale: #C3C3C3. Windows color (decimal): -5779749 or 14405287. OLE color: 14405287.

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

Color convert

RGB 167 206 219 -
CMYK 0.24 0.06 0 0.14
HSL 195º 0.42% 0.76% -
HSV(B) 195º 0.24% 0.86% -
XYZ 50.79 57.47 75.43 -
YUV 195.82 141.08 107.44 -
System Red Green Blue C M Y K H S L
Decimal 167 206 219 0.24 0.06 0 0.14 195 0.42 0.76
Hex A7 CE DB 18 6 0 E C3 2A 4C
Octal 247 316 333 30 6 0 16 303 52 114
Binary 10100111 11001110 11011011 11000 110 0 1110 11000011 101010 1001100

Color Harmonies of #A7CEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7CEDB

Black with #A7CEDB

Text Example


Text Example

White with #A7CEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7CEDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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