Html Css Color HEX #AFC8DA Spindle

📋 copy color: '#AFC8DA'

red 175 ◦ green 200 ◦ blue 218

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

Shades of Spindle #AFC8DA

Tints of Spindle #AFC8DA

RGB

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

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

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

R = 29.51%
G = 33.73%
B = 36.76%

CMYK

 C value IS 0.20

 M value IS 0.08

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AFC8DA (or 0xAFC8DA) is known color: Spindle. HEX triplet: AF, C8 and DA. RGB value is (175,200,218). Sum of RGB (Red+Green+Blue) = 175+200+218=593 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.51% from 593); Green value is 200 (78.52% from 255 or 33.73% from 593); Blue value is 218 (85.55% from 255 or 36.76% from 593); Max value from RGB is 218 - color contains mainly: blue. Hex color #AFC8DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFC8DA is #503725. Grayscale: #C2C2C2. Windows color (decimal): -5256998 or 14338223. OLE color: 14338223.

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

Color convert

RGB 175 200 218 -
CMYK 0.20 0.08 0 0.15
HSL 205.12º 0.37% 0.77% -
HSV(B) 205.12º 0.2% 0.85% -
XYZ 50.99 55.48 74.35 -
YUV 194.58 141.22 114.04 -
System Red Green Blue C M Y K H S L
Decimal 175 200 218 0.20 0.08 0 0.15 205.12 0.37 0.77
Hex AF C8 DA 14 8 0 F CD 25 4D
Octal 257 310 332 24 10 0 17 315 45 115
Binary 10101111 11001000 11011010 10100 1000 0 1111 11001101 100101 1001101

Color Harmonies of #AFC8DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC8DA

Black with #AFC8DA

Text Example


Text Example

White with #AFC8DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC8DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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