Html Css Color HEX #A8C5DA Spindle

📋 copy color: '#A8C5DA'

red 168 ◦ green 197 ◦ blue 218

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

Shades of Spindle #A8C5DA

Tints of Spindle #A8C5DA

RGB

 RED value IS 168 (66.02% from 255) = 28.82%

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

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

R = 28.82%
G = 33.79%
B = 37.39%

CMYK

 C value IS 0.23

 M value IS 0.10

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A8C5DA (or 0xA8C5DA) is known color: Spindle. HEX triplet: A8, C5 and DA. RGB value is (168,197,218). Sum of RGB (Red+Green+Blue) = 168+197+218=583 (77% of max value = 765). Red value is 168 (66.02% from 255 or 28.82% from 583); Green value is 197 (77.34% from 255 or 33.79% from 583); Blue value is 218 (85.55% from 255 or 37.39% from 583); Max value from RGB is 218 - color contains mainly: blue. Hex color #A8C5DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8C5DA is #573A25. Grayscale: #BEBEBE. Windows color (decimal): -5716518 or 14337448. OLE color: 14337448.

HSL color Cylindrical-coordinate representation of color #A8C5DA: hue angle of 205.2º degrees, saturation: 0.4, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A8C5DA is Cyan = 0.23, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 168 197 218 -
CMYK 0.23 0.10 0 0.15
HSL 205.2º 0.4% 0.76% -
HSV(B) 205.2º 0.23% 0.85% -
XYZ 48.77 53.32 74.05 -
YUV 190.72 143.39 111.79 -
System Red Green Blue C M Y K H S L
Decimal 168 197 218 0.23 0.10 0 0.15 205.2 0.4 0.76
Hex A8 C5 DA 17 A 0 F CD 28 4C
Octal 250 305 332 27 12 0 17 315 50 114
Binary 10101000 11000101 11011010 10111 1010 0 1111 11001101 101000 1001100

Color Harmonies of #A8C5DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8C5DA

Black with #A8C5DA

Text Example


Text Example

White with #A8C5DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8C5DA; }

 p { color: rgb(168,197,218); }

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

background-color css

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

 a { background-color: rgb(168,197,218); }

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

border-color css

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

 span { border-color: rgb(168,197,218); }

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