Html Css Color HEX #A7D5CB Scandal

📋 copy color: '#A7D5CB'

red 167 ◦ green 213 ◦ blue 203

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

Shades of Scandal #A7D5CB

Tints of Scandal #A7D5CB

RGB

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

 GREEN value IS 213 (83.59% from 255) = 36.54%

 BLUE value IS 203 (79.69% from 255) = 34.82%

R = 28.64%
G = 36.54%
B = 34.82%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#A7D5CB (or 0xA7D5CB) is known color: Scandal. HEX triplet: A7, D5 and CB. RGB value is (167,213,203). Sum of RGB (Red+Green+Blue) = 167+213+203=583 (77% of max value = 765). Red value is 167 (65.62% from 255 or 28.64% from 583); Green value is 213 (83.59% from 255 or 36.54% from 583); Blue value is 203 (79.69% from 255 or 34.82% from 583); Max value from RGB is 213 - color contains mainly: green. Hex color #A7D5CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7D5CB is #582A34. Grayscale: #C6C6C6. Windows color (decimal): -5777973 or 13358503. OLE color: 13358503.

HSL color Cylindrical-coordinate representation of color #A7D5CB: hue angle of 166.96º degrees, saturation: 0.35, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A7D5CB is Cyan = 0.22, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB 167 213 203 -
CMYK 0.22 0 0.05 0.16
HSL 166.96º 0.35% 0.75% -
HSV(B) 166.96º 0.22% 0.84% -
XYZ 50.51 60.12 65.44 -
YUV 198.11 130.76 105.81 -
System Red Green Blue C M Y K H S L
Decimal 167 213 203 0.22 0 0.05 0.16 166.96 0.35 0.75
Hex A7 D5 CB 16 0 5 10 A7 23 4B
Octal 247 325 313 26 0 5 20 247 43 113
Binary 10100111 11010101 11001011 10110 0 101 10000 10100111 100011 1001011

Color Harmonies of #A7D5CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7D5CB

Black with #A7D5CB

Text Example


Text Example

White with #A7D5CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7D5CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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