#A4C1D5

Color #A4C1D5 Spindle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spindle #A4C1D5

Tints of Spindle #A4C1D5

Color information

#A4C1D5 (or 0xA4C1D5) is unknown color: approx Spindle. HEX triplet: A4, C1 and D5. RGB value is (164,193,213). Sum of RGB (Red+Green+Blue) = 164+193+213=570 (75% of max value = 765). Red value is 164 (64.45% from 255 or 28.77% from 570); Green value is 193 (75.78% from 255 or 33.86% from 570); Blue value is 213 (83.59% from 255 or 37.37% from 570); Max value from RGB is 213 - color contains mainly: blue. Hex color #A4C1D5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4C1D5 is #5B3E2A. Grayscale: #BABABA. Windows color (decimal): -5979691 or 14008740. OLE color: 14008740.

HSL color Cylindrical-coordinate representation of color #A4C1D5: hue angle of 204.49º degrees, saturation: 0.37, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A4C1D5 is Cyan = 0.23, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB164193213-
CMYK0.230.0900.16
HSL204.49º36.84%73.92%-
HSV(B)204.49º23%83.53%-
XYZ46.3950.8470.32-
YUV186.61142.89111.87-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 28.77%
GREEN value IS 193 (75.78% from 255) = 33.86%
BLUE value IS 213 (83.59% from 255) = 37.37%
R=28.77%
G=33.86%
B=37.37%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1641932130.230.0900.16204.4936.8473.92
HexA4C1D5179010cc254a
Octal244301325271102031445112
Binary101001001100000111010101101111001010000110011001001011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4C1D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4C1D5; }

 p { color: rgb(164,193,213); }

 H1.HeaderClassName
 {
   color: #A4C1D5;
 }
 .AnyTagClassName
 {
   color: #A4C1D5;
 }
</style>
background-color css

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

 a { background-color: rgb(164,193,213); }

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

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

 span { border-color: rgb(164,193,213); }

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