Html Css Color HEX #AFDCD5 Scandal

📋 copy color: '#AFDCD5'

red 175 ◦ green 220 ◦ blue 213

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

Shades of Scandal #AFDCD5

Tints of Scandal #AFDCD5

RGB

 RED value IS 175 (68.75% from 255) = 28.78%

 GREEN value IS 220 (86.33% from 255) = 36.18%

 BLUE value IS 213 (83.59% from 255) = 35.03%

R = 28.78%
G = 36.18%
B = 35.03%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.03

 K value IS 0.14

RGB Variations

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

Color information

#AFDCD5 (or 0xAFDCD5) is known color: Scandal. HEX triplet: AF, DC and D5. RGB value is (175,220,213). Sum of RGB (Red+Green+Blue) = 175+220+213=608 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.78% from 608); Green value is 220 (86.33% from 255 or 36.18% from 608); Blue value is 213 (83.59% from 255 or 35.03% from 608); Max value from RGB is 220 - color contains mainly: green. Hex color #AFDCD5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFDCD5 is #50232A. Grayscale: #CDCDCD. Windows color (decimal): -5251883 or 14015663. OLE color: 14015663.

HSL color Cylindrical-coordinate representation of color #AFDCD5: hue angle of 170.67º degrees, saturation: 0.39, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AFDCD5 is Cyan = 0.20, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.14.

Color convert

RGB 175 220 213 -
CMYK 0.20 0 0.03 0.14
HSL 170.67º 0.39% 0.77% -
HSV(B) 170.67º 0.2% 0.86% -
XYZ 55.28 65.1 72.6 -
YUV 205.75 132.09 106.07 -
System Red Green Blue C M Y K H S L
Decimal 175 220 213 0.20 0 0.03 0.14 170.67 0.39 0.77
Hex AF DC D5 14 0 3 E AB 27 4D
Octal 257 334 325 24 0 3 16 253 47 115
Binary 10101111 11011100 11010101 10100 0 11 1110 10101011 100111 1001101

Color Harmonies of #AFDCD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDCD5

Black with #AFDCD5

Text Example


Text Example

White with #AFDCD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDCD5; }

 p { color: rgb(175,220,213); }

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

background-color css

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

 a { background-color: rgb(175,220,213); }

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

border-color css

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

 span { border-color: rgb(175,220,213); }

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