Html Css Color HEX #AFC6DB Spindle

📋 copy color: '#AFC6DB'

red 175 ◦ green 198 ◦ blue 219

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

Shades of Spindle #AFC6DB

Tints of Spindle #AFC6DB

RGB

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

 GREEN value IS 198 (77.73% from 255) = 33.45%

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

R = 29.56%
G = 33.45%
B = 36.99%

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

#AFC6DB (or 0xAFC6DB) is known color: Spindle. HEX triplet: AF, C6 and DB. RGB value is (175,198,219). Sum of RGB (Red+Green+Blue) = 175+198+219=592 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.56% from 592); Green value is 198 (77.73% from 255 or 33.45% from 592); Blue value is 219 (85.94% from 255 or 36.99% from 592); Max value from RGB is 219 - color contains mainly: blue. Hex color #AFC6DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFC6DB is #503924. Grayscale: #C1C1C1. Windows color (decimal): -5257509 or 14403247. OLE color: 14403247.

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

Color convert

RGB 175 198 219 -
CMYK 0.20 0.10 0 0.14
HSL 208.64º 0.38% 0.77% -
HSV(B) 208.64º 0.2% 0.86% -
XYZ 50.66 54.62 74.89 -
YUV 193.52 142.38 114.79 -
System Red Green Blue C M Y K H S L
Decimal 175 198 219 0.20 0.10 0 0.14 208.64 0.38 0.77
Hex AF C6 DB 14 A 0 E D1 26 4D
Octal 257 306 333 24 12 0 16 321 46 115
Binary 10101111 11000110 11011011 10100 1010 0 1110 11010001 100110 1001101

Color Harmonies of #AFC6DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC6DB

Black with #AFC6DB

Text Example


Text Example

White with #AFC6DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC6DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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