Html Css Color HEX #A8D5CB Scandal

📋 copy color: '#A8D5CB'

red 168 ◦ green 213 ◦ blue 203

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

Shades of Scandal #A8D5CB

Tints of Scandal #A8D5CB

RGB

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

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

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

R = 28.77%
G = 36.47%
B = 34.76%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#A8D5CB (or 0xA8D5CB) is known color: Scandal. HEX triplet: A8, D5 and CB. RGB value is (168,213,203). Sum of RGB (Red+Green+Blue) = 168+213+203=584 (77% of max value = 765). Red value is 168 (66.02% from 255 or 28.77% from 584); Green value is 213 (83.59% from 255 or 36.47% from 584); Blue value is 203 (79.69% from 255 or 34.76% from 584); Max value from RGB is 213 - color contains mainly: green. Hex color #A8D5CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8D5CB is #572A34. Grayscale: #C6C6C6. Windows color (decimal): -5712437 or 13358504. OLE color: 13358504.

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

Color convert

RGB 168 213 203 -
CMYK 0.21 0 0.05 0.16
HSL 166.67º 0.35% 0.75% -
HSV(B) 166.67º 0.21% 0.84% -
XYZ 50.72 60.23 65.45 -
YUV 198.41 130.59 106.31 -
System Red Green Blue C M Y K H S L
Decimal 168 213 203 0.21 0 0.05 0.16 166.67 0.35 0.75
Hex A8 D5 CB 15 0 5 10 A7 23 4B
Octal 250 325 313 25 0 5 20 247 43 113
Binary 10101000 11010101 11001011 10101 0 101 10000 10100111 100011 1001011

Color Harmonies of #A8D5CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8D5CB

Black with #A8D5CB

Text Example


Text Example

White with #A8D5CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8D5CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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