Html Css Color HEX #AFC6DA Spindle

📋 copy color: '#AFC6DA'

red 175 ◦ green 198 ◦ blue 218

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

Shades of Spindle #AFC6DA

Tints of Spindle #AFC6DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 36.89%

R = 29.61%
G = 33.5%
B = 36.89%

CMYK

 C value IS 0.20

 M value IS 0.09

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AFC6DA (or 0xAFC6DA) is known color: Spindle. HEX triplet: AF, C6 and DA. RGB value is (175,198,218). Sum of RGB (Red+Green+Blue) = 175+198+218=591 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.61% from 591); Green value is 198 (77.73% from 255 or 33.50% from 591); Blue value is 218 (85.55% from 255 or 36.89% from 591); Max value from RGB is 218 - color contains mainly: blue. Hex color #AFC6DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFC6DA is #503925. Grayscale: #C1C1C1. Windows color (decimal): -5257510 or 14337711. OLE color: 14337711.

HSL color Cylindrical-coordinate representation of color #AFC6DA: hue angle of 207.91º degrees, saturation: 0.37, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AFC6DA is Cyan = 0.20, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 175 198 218 -
CMYK 0.20 0.09 0 0.15
HSL 207.91º 0.37% 0.77% -
HSV(B) 207.91º 0.2% 0.85% -
XYZ 50.53 54.56 74.2 -
YUV 193.4 141.88 114.87 -
System Red Green Blue C M Y K H S L
Decimal 175 198 218 0.20 0.09 0 0.15 207.91 0.37 0.77
Hex AF C6 DA 14 9 0 F D0 25 4D
Octal 257 306 332 24 11 0 17 320 45 115
Binary 10101111 11000110 11011010 10100 1001 0 1111 11010000 100101 1001101

Color Harmonies of #AFC6DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC6DA

Black with #AFC6DA

Text Example


Text Example

White with #AFC6DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC6DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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