Html Css Color HEX #A8D7CB Scandal

📋 copy color: '#A8D7CB'

red 168 ◦ green 215 ◦ blue 203

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

Shades of Scandal #A8D7CB

Tints of Scandal #A8D7CB

RGB

 RED value IS 168 (66.02% from 255) = 28.67%

 GREEN value IS 215 (84.38% from 255) = 36.69%

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

R = 28.67%
G = 36.69%
B = 34.64%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.06

 K value IS 0.16

RGB Variations

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

Color information

#A8D7CB (or 0xA8D7CB) is known color: Scandal. HEX triplet: A8, D7 and CB. RGB value is (168,215,203). Sum of RGB (Red+Green+Blue) = 168+215+203=586 (77% of max value = 765). Red value is 168 (66.02% from 255 or 28.67% from 586); Green value is 215 (84.38% from 255 or 36.69% from 586); Blue value is 203 (79.69% from 255 or 34.64% from 586); Max value from RGB is 215 - color contains mainly: green. Hex color #A8D7CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8D7CB is #572834. Grayscale: #C7C7C7. Windows color (decimal): -5711925 or 13359016. OLE color: 13359016.

HSL color Cylindrical-coordinate representation of color #A8D7CB: hue angle of 164.68º degrees, saturation: 0.37, 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 #A8D7CB is Cyan = 0.22, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.16.

Color convert

RGB 168 215 203 -
CMYK 0.22 0 0.06 0.16
HSL 164.68º 0.37% 0.75% -
HSV(B) 164.68º 0.22% 0.84% -
XYZ 51.23 61.24 65.62 -
YUV 199.58 129.93 105.48 -
System Red Green Blue C M Y K H S L
Decimal 168 215 203 0.22 0 0.06 0.16 164.68 0.37 0.75
Hex A8 D7 CB 16 0 6 10 A5 25 4B
Octal 250 327 313 26 0 6 20 245 45 113
Binary 10101000 11010111 11001011 10110 0 110 10000 10100101 100101 1001011

Color Harmonies of #A8D7CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8D7CB

Black with #A8D7CB

Text Example


Text Example

White with #A8D7CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8D7CB; }

 p { color: rgb(168,215,203); }

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

background-color css

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

 a { background-color: rgb(168,215,203); }

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

border-color css

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

 span { border-color: rgb(168,215,203); }

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