Html Css Color HEX #AFD8CE Scandal

📋 copy color: '#AFD8CE'

red 175 ◦ green 216 ◦ blue 206

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

Shades of Scandal #AFD8CE

Tints of Scandal #AFD8CE

RGB

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

 GREEN value IS 216 (84.77% from 255) = 36.18%

 BLUE value IS 206 (80.86% from 255) = 34.51%

R = 29.31%
G = 36.18%
B = 34.51%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.05

 K value IS 0.15

RGB Variations

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

Color information

#AFD8CE (or 0xAFD8CE) is known color: Scandal. HEX triplet: AF, D8 and CE. RGB value is (175,216,206). Sum of RGB (Red+Green+Blue) = 175+216+206=597 (79% of max value = 765). Red value is 175 (68.75% from 255 or 29.31% from 597); Green value is 216 (84.77% from 255 or 36.18% from 597); Blue value is 206 (80.86% from 255 or 34.51% from 597); Max value from RGB is 216 - color contains mainly: green. Hex color #AFD8CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFD8CE is #502731. Grayscale: #CACACA. Windows color (decimal): -5252914 or 13555887. OLE color: 13555887.

HSL color Cylindrical-coordinate representation of color #AFD8CE: hue angle of 165.37º degrees, saturation: 0.34, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AFD8CE is Cyan = 0.19, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.15.

Color convert

RGB 175 216 206 -
CMYK 0.19 0 0.05 0.15
HSL 165.37º 0.34% 0.77% -
HSV(B) 165.37º 0.19% 0.85% -
XYZ 53.38 62.68 67.68 -
YUV 202.6 129.92 108.31 -
System Red Green Blue C M Y K H S L
Decimal 175 216 206 0.19 0 0.05 0.15 165.37 0.34 0.77
Hex AF D8 CE 13 0 5 F A5 22 4D
Octal 257 330 316 23 0 5 17 245 42 115
Binary 10101111 11011000 11001110 10011 0 101 1111 10100101 100010 1001101

Color Harmonies of #AFD8CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFD8CE

Black with #AFD8CE

Text Example


Text Example

White with #AFD8CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFD8CE; }

 p { color: rgb(175,216,206); }

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

background-color css

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

 a { background-color: rgb(175,216,206); }

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

border-color css

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

 span { border-color: rgb(175,216,206); }

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