Html Css Color HEX #A8D4CB Scandal

📋 copy color: '#A8D4CB'

red 168 ◦ green 212 ◦ blue 203

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

Shades of Scandal #A8D4CB

Tints of Scandal #A8D4CB

RGB

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

 GREEN value IS 212 (83.2% from 255) = 36.36%

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

R = 28.82%
G = 36.36%
B = 34.82%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.04

 K value IS 0.17

RGB Variations

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

Color information

#A8D4CB (or 0xA8D4CB) is known color: Scandal. HEX triplet: A8, D4 and CB. RGB value is (168,212,203). Sum of RGB (Red+Green+Blue) = 168+212+203=583 (77% of max value = 765). Red value is 168 (66.02% from 255 or 28.82% from 583); Green value is 212 (83.20% from 255 or 36.36% from 583); Blue value is 203 (79.69% from 255 or 34.82% from 583); Max value from RGB is 212 - color contains mainly: green. Hex color #A8D4CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8D4CB is #572B34. Grayscale: #C5C5C5. Windows color (decimal): -5712693 or 13358248. OLE color: 13358248.

HSL color Cylindrical-coordinate representation of color #A8D4CB: hue angle of 167.73º degrees, saturation: 0.34, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A8D4CB is Cyan = 0.21, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.17.

Color convert

RGB 168 212 203 -
CMYK 0.21 0 0.04 0.17
HSL 167.73º 0.34% 0.75% -
HSV(B) 167.73º 0.21% 0.83% -
XYZ 50.47 59.72 65.37 -
YUV 197.82 130.92 106.73 -
System Red Green Blue C M Y K H S L
Decimal 168 212 203 0.21 0 0.04 0.17 167.73 0.34 0.75
Hex A8 D4 CB 15 0 4 11 A8 22 4B
Octal 250 324 313 25 0 4 21 250 42 113
Binary 10101000 11010100 11001011 10101 0 100 10001 10101000 100010 1001011

Color Harmonies of #A8D4CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8D4CB

Black with #A8D4CB

Text Example


Text Example

White with #A8D4CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8D4CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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