Html Css Color HEX #AFDBD9 Scandal

📋 copy color: '#AFDBD9'

red 175 ◦ green 219 ◦ blue 217

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

Shades of Scandal #AFDBD9

Tints of Scandal #AFDBD9

RGB

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

 GREEN value IS 219 (85.94% from 255) = 35.84%

 BLUE value IS 217 (85.16% from 255) = 35.52%

R = 28.64%
G = 35.84%
B = 35.52%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.01

 K value IS 0.14

RGB Variations

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

Color information

#AFDBD9 (or 0xAFDBD9) is known color: Scandal. HEX triplet: AF, DB and D9. RGB value is (175,219,217). Sum of RGB (Red+Green+Blue) = 175+219+217=611 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.64% from 611); Green value is 219 (85.94% from 255 or 35.84% from 611); Blue value is 217 (85.16% from 255 or 35.52% from 611); Max value from RGB is 219 - color contains mainly: green. Hex color #AFDBD9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFDBD9 is #502426. Grayscale: #CDCDCD. Windows color (decimal): -5252135 or 14277551. OLE color: 14277551.

HSL color Cylindrical-coordinate representation of color #AFDBD9: hue angle of 177.27º degrees, saturation: 0.38, 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 #AFDBD9 is Cyan = 0.20, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.14.

Color convert

RGB 175 219 217 -
CMYK 0.20 0 0.01 0.14
HSL 177.27º 0.38% 0.77% -
HSV(B) 177.27º 0.2% 0.86% -
XYZ 55.54 64.79 75.22 -
YUV 205.62 134.42 106.16 -
System Red Green Blue C M Y K H S L
Decimal 175 219 217 0.20 0 0.01 0.14 177.27 0.38 0.77
Hex AF DB D9 14 0 1 E B1 26 4D
Octal 257 333 331 24 0 1 16 261 46 115
Binary 10101111 11011011 11011001 10100 0 1 1110 10110001 100110 1001101

Color Harmonies of #AFDBD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDBD9

Black with #AFDBD9

Text Example


Text Example

White with #AFDBD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDBD9; }

 p { color: rgb(175,219,217); }

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

background-color css

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

 a { background-color: rgb(175,219,217); }

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

border-color css

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

 span { border-color: rgb(175,219,217); }

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