Html Css Color HEX #AFD0C9 Scandal

📋 copy color: '#AFD0C9'

red 175 ◦ green 208 ◦ blue 201

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

Shades of Scandal #AFD0C9

Tints of Scandal #AFD0C9

RGB

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

 GREEN value IS 208 (81.64% from 255) = 35.62%

 BLUE value IS 201 (78.91% from 255) = 34.42%

R = 29.97%
G = 35.62%
B = 34.42%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.03

 K value IS 0.18

RGB Variations

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

Color information

#AFD0C9 (or 0xAFD0C9) is known color: Scandal. HEX triplet: AF, D0 and C9. RGB value is (175,208,201). Sum of RGB (Red+Green+Blue) = 175+208+201=584 (77% of max value = 765). Red value is 175 (68.75% from 255 or 29.97% from 584); Green value is 208 (81.64% from 255 or 35.62% from 584); Blue value is 201 (78.91% from 255 or 34.42% from 584); Max value from RGB is 208 - color contains mainly: green. Hex color #AFD0C9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFD0C9 is #502F36. Grayscale: #C5C5C5. Windows color (decimal): -5254967 or 13226159. OLE color: 13226159.

HSL color Cylindrical-coordinate representation of color #AFD0C9: hue angle of 167.27º degrees, saturation: 0.26, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AFD0C9 is Cyan = 0.16, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.18.

Color convert

RGB 175 208 201 -
CMYK 0.16 0 0.03 0.18
HSL 167.27º 0.26% 0.75% -
HSV(B) 167.27º 0.16% 0.82% -
XYZ 50.78 58.44 63.86 -
YUV 197.34 130.07 112.07 -
System Red Green Blue C M Y K H S L
Decimal 175 208 201 0.16 0 0.03 0.18 167.27 0.26 0.75
Hex AF D0 C9 10 0 3 12 A7 1A 4B
Octal 257 320 311 20 0 3 22 247 32 113
Binary 10101111 11010000 11001001 10000 0 11 10010 10100111 11010 1001011

Color Harmonies of #AFD0C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFD0C9

Black with #AFD0C9

Text Example


Text Example

White with #AFD0C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFD0C9; }

 p { color: rgb(175,208,201); }

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

background-color css

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

 a { background-color: rgb(175,208,201); }

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

border-color css

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

 span { border-color: rgb(175,208,201); }

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