Html Css Color HEX #A8C0D2 Spindle

📋 copy color: '#A8C0D2'

red 168 ◦ green 192 ◦ blue 210

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

Shades of Spindle #A8C0D2

Tints of Spindle #A8C0D2

RGB

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

 GREEN value IS 192 (75.39% from 255) = 33.68%

 BLUE value IS 210 (82.42% from 255) = 36.84%

R = 29.47%
G = 33.68%
B = 36.84%

CMYK

 C value IS 0.2

 M value IS 0.09

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A8C0D2 (or 0xA8C0D2) is known color: Spindle. HEX triplet: A8, C0 and D2. RGB value is (168,192,210). Sum of RGB (Red+Green+Blue) = 168+192+210=570 (75% of max value = 765). Red value is 168 (66.02% from 255 or 29.47% from 570); Green value is 192 (75.39% from 255 or 33.68% from 570); Blue value is 210 (82.42% from 255 or 36.84% from 570); Max value from RGB is 210 - color contains mainly: blue. Hex color #A8C0D2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8C0D2 is #573F2D. Grayscale: #BABABA. Windows color (decimal): -5717806 or 13811880. OLE color: 13811880.

HSL color Cylindrical-coordinate representation of color #A8C0D2: hue angle of 205.71º degrees, saturation: 0.32, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A8C0D2 is Cyan = 0.2, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 168 192 210 -
CMYK 0.2 0.09 0 0.18
HSL 205.71º 0.32% 0.74% -
HSV(B) 205.71º 0.2% 0.82% -
XYZ 46.63 50.68 68.3 -
YUV 186.88 141.05 114.54 -
System Red Green Blue C M Y K H S L
Decimal 168 192 210 0.2 0.09 0 0.18 205.71 0.32 0.74
Hex A8 C0 D2 14 9 0 12 CE 20 4A
Octal 250 300 322 24 11 0 22 316 40 112
Binary 10101000 11000000 11010010 10100 1001 0 10010 11001110 100000 1001010

Color Harmonies of #A8C0D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8C0D2

Black with #A8C0D2

Text Example


Text Example

White with #A8C0D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8C0D2; }

 p { color: rgb(168,192,210); }

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

background-color css

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

 a { background-color: rgb(168,192,210); }

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

border-color css

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

 span { border-color: rgb(168,192,210); }

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