Html Css Color HEX #AFC8DB Spindle

📋 copy color: '#AFC8DB'

red 175 ◦ green 200 ◦ blue 219

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

Shades of Spindle #AFC8DB

Tints of Spindle #AFC8DB

RGB

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

 GREEN value IS 200 (78.52% from 255) = 33.67%

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

R = 29.46%
G = 33.67%
B = 36.87%

CMYK

 C value IS 0.20

 M value IS 0.09

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AFC8DB (or 0xAFC8DB) is known color: Spindle. HEX triplet: AF, C8 and DB. RGB value is (175,200,219). Sum of RGB (Red+Green+Blue) = 175+200+219=594 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.46% from 594); Green value is 200 (78.52% from 255 or 33.67% from 594); Blue value is 219 (85.94% from 255 or 36.87% from 594); Max value from RGB is 219 - color contains mainly: blue. Hex color #AFC8DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFC8DB is #503724. Grayscale: #C2C2C2. Windows color (decimal): -5256997 or 14403759. OLE color: 14403759.

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

Color convert

RGB 175 200 219 -
CMYK 0.20 0.09 0 0.14
HSL 205.91º 0.38% 0.77% -
HSV(B) 205.91º 0.2% 0.86% -
XYZ 51.12 55.54 75.04 -
YUV 194.69 141.72 113.96 -
System Red Green Blue C M Y K H S L
Decimal 175 200 219 0.20 0.09 0 0.14 205.91 0.38 0.77
Hex AF C8 DB 14 9 0 E CE 26 4D
Octal 257 310 333 24 11 0 16 316 46 115
Binary 10101111 11001000 11011011 10100 1001 0 1110 11001110 100110 1001101

Color Harmonies of #AFC8DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC8DB

Black with #AFC8DB

Text Example


Text Example

White with #AFC8DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC8DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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