Html Css Color HEX #A8C7DB Spindle

📋 copy color: '#A8C7DB'

red 168 ◦ green 199 ◦ blue 219

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

Shades of Spindle #A8C7DB

Tints of Spindle #A8C7DB

RGB

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

 GREEN value IS 199 (78.13% from 255) = 33.96%

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

R = 28.67%
G = 33.96%
B = 37.37%

CMYK

 C value IS 0.23

 M value IS 0.09

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A8C7DB (or 0xA8C7DB) is known color: Spindle. HEX triplet: A8, C7 and DB. RGB value is (168,199,219). Sum of RGB (Red+Green+Blue) = 168+199+219=586 (77% of max value = 765). Red value is 168 (66.02% from 255 or 28.67% from 586); Green value is 199 (78.12% from 255 or 33.96% from 586); Blue value is 219 (85.94% from 255 or 37.37% from 586); Max value from RGB is 219 - color contains mainly: blue. Hex color #A8C7DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8C7DB is #573824. Grayscale: #BFBFBF. Windows color (decimal): -5716005 or 14403496. OLE color: 14403496.

HSL color Cylindrical-coordinate representation of color #A8C7DB: hue angle of 203.53º degrees, saturation: 0.41, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A8C7DB is Cyan = 0.23, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 168 199 219 -
CMYK 0.23 0.09 0 0.14
HSL 203.53º 0.41% 0.76% -
HSV(B) 203.53º 0.23% 0.86% -
XYZ 49.36 54.29 74.89 -
YUV 192.01 143.23 110.87 -
System Red Green Blue C M Y K H S L
Decimal 168 199 219 0.23 0.09 0 0.14 203.53 0.41 0.76
Hex A8 C7 DB 17 9 0 E CC 29 4C
Octal 250 307 333 27 11 0 16 314 51 114
Binary 10101000 11000111 11011011 10111 1001 0 1110 11001100 101001 1001100

Color Harmonies of #A8C7DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8C7DB

Black with #A8C7DB

Text Example


Text Example

White with #A8C7DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8C7DB; }

 p { color: rgb(168,199,219); }

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

background-color css

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

 a { background-color: rgb(168,199,219); }

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

border-color css

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

 span { border-color: rgb(168,199,219); }

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