Html Css Color HEX #AFD1CA Scandal

📋 copy color: '#AFD1CA'

red 175 ◦ green 209 ◦ blue 202

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

Shades of Scandal #AFD1CA

Tints of Scandal #AFD1CA

RGB

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

 GREEN value IS 209 (82.03% from 255) = 35.67%

 BLUE value IS 202 (79.3% from 255) = 34.47%

R = 29.86%
G = 35.67%
B = 34.47%

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

#AFD1CA (or 0xAFD1CA) is known color: Scandal. HEX triplet: AF, D1 and CA. RGB value is (175,209,202). Sum of RGB (Red+Green+Blue) = 175+209+202=586 (77% of max value = 765). Red value is 175 (68.75% from 255 or 29.86% from 586); Green value is 209 (82.03% from 255 or 35.67% from 586); Blue value is 202 (79.30% from 255 or 34.47% from 586); Max value from RGB is 209 - color contains mainly: green. Hex color #AFD1CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFD1CA is #502E35. Grayscale: #C6C6C6. Windows color (decimal): -5254710 or 13291951. OLE color: 13291951.

HSL color Cylindrical-coordinate representation of color #AFD1CA: hue angle of 167.65º degrees, saturation: 0.27, 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 #AFD1CA is Cyan = 0.16, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.18.

Color convert

RGB 175 209 202 -
CMYK 0.16 0 0.03 0.18
HSL 167.65º 0.27% 0.75% -
HSV(B) 167.65º 0.16% 0.82% -
XYZ 51.14 58.98 64.57 -
YUV 198.04 130.24 111.57 -
System Red Green Blue C M Y K H S L
Decimal 175 209 202 0.16 0 0.03 0.18 167.65 0.27 0.75
Hex AF D1 CA 10 0 3 12 A8 1B 4B
Octal 257 321 312 20 0 3 22 250 33 113
Binary 10101111 11010001 11001010 10000 0 11 10010 10101000 11011 1001011

Color Harmonies of #AFD1CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFD1CA

Black with #AFD1CA

Text Example


Text Example

White with #AFD1CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFD1CA; }

 p { color: rgb(175,209,202); }

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

background-color css

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

 a { background-color: rgb(175,209,202); }

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

border-color css

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

 span { border-color: rgb(175,209,202); }

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