Html Css Color HEX #A5D6CB Scandal

📋 copy color: '#A5D6CB'

red 165 ◦ green 214 ◦ blue 203

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

Shades of Scandal #A5D6CB

Tints of Scandal #A5D6CB

RGB

 RED value IS 165 (64.84% from 255) = 28.35%

 GREEN value IS 214 (83.98% from 255) = 36.77%

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

R = 28.35%
G = 36.77%
B = 34.88%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#A5D6CB (or 0xA5D6CB) is known color: Scandal. HEX triplet: A5, D6 and CB. RGB value is (165,214,203). Sum of RGB (Red+Green+Blue) = 165+214+203=582 (77% of max value = 765). Red value is 165 (64.84% from 255 or 28.35% from 582); Green value is 214 (83.98% from 255 or 36.77% from 582); Blue value is 203 (79.69% from 255 or 34.88% from 582); Max value from RGB is 214 - color contains mainly: green. Hex color #A5D6CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5D6CB is #5A2934. Grayscale: #C6C6C6. Windows color (decimal): -5908789 or 13358757. OLE color: 13358757.

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

Color convert

RGB 165 214 203 -
CMYK 0.23 0 0.05 0.16
HSL 166.53º 0.37% 0.74% -
HSV(B) 166.53º 0.23% 0.84% -
XYZ 50.34 60.4 65.51 -
YUV 198.1 130.77 104.39 -
System Red Green Blue C M Y K H S L
Decimal 165 214 203 0.23 0 0.05 0.16 166.53 0.37 0.74
Hex A5 D6 CB 17 0 5 10 A7 25 4A
Octal 245 326 313 27 0 5 20 247 45 112
Binary 10100101 11010110 11001011 10111 0 101 10000 10100111 100101 1001010

Color Harmonies of #A5D6CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5D6CB

Black with #A5D6CB

Text Example


Text Example

White with #A5D6CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5D6CB; }

 p { color: rgb(165,214,203); }

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

background-color css

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

 a { background-color: rgb(165,214,203); }

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

border-color css

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

 span { border-color: rgb(165,214,203); }

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