Html Css Color HEX #AFC5DB Spindle

📋 copy color: '#AFC5DB'

red 175 ◦ green 197 ◦ blue 219

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

Shades of Spindle #AFC5DB

Tints of Spindle #AFC5DB

RGB

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

 GREEN value IS 197 (77.34% from 255) = 33.33%

 BLUE value IS 219 (85.94% from 255) = 37.06%

R = 29.61%
G = 33.33%
B = 37.06%

CMYK

 C value IS 0.20

 M value IS 0.10

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AFC5DB (or 0xAFC5DB) is known color: Spindle. HEX triplet: AF, C5 and DB. RGB value is (175,197,219). Sum of RGB (Red+Green+Blue) = 175+197+219=591 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.61% from 591); Green value is 197 (77.34% from 255 or 33.33% from 591); Blue value is 219 (85.94% from 255 or 37.06% from 591); Max value from RGB is 219 - color contains mainly: blue. Hex color #AFC5DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFC5DB is #503A24. Grayscale: #C0C0C0. Windows color (decimal): -5257765 or 14402991. OLE color: 14402991.

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

Color convert

RGB 175 197 219 -
CMYK 0.20 0.10 0 0.14
HSL 210º 0.38% 0.77% -
HSV(B) 210º 0.2% 0.86% -
XYZ 50.43 54.16 74.81 -
YUV 192.93 142.71 115.21 -
System Red Green Blue C M Y K H S L
Decimal 175 197 219 0.20 0.10 0 0.14 210 0.38 0.77
Hex AF C5 DB 14 A 0 E D2 26 4D
Octal 257 305 333 24 12 0 16 322 46 115
Binary 10101111 11000101 11011011 10100 1010 0 1110 11010010 100110 1001101

Color Harmonies of #AFC5DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC5DB

Black with #AFC5DB

Text Example


Text Example

White with #AFC5DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC5DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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