#A0B8EE

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

Shades of Perano #A0B8EE

Tints of Perano #A0B8EE

Color information

#A0B8EE (or 0xA0B8EE) is unknown color: approx Perano. HEX triplet: A0, B8 and EE. RGB value is (160,184,238). Sum of RGB (Red+Green+Blue) = 160+184+238=582 (77% of max value = 765). Red value is 160 (62.89% from 255 or 27.49% from 582); Green value is 184 (72.27% from 255 or 31.62% from 582); Blue value is 238 (93.36% from 255 or 40.89% from 582); Max value from RGB is 238 - color contains mainly: blue. Hex color #A0B8EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0B8EE is #5F4711. Grayscale: #B6B6B6. Windows color (decimal): -6244114 or 15644832. OLE color: 15644832.

HSL color Cylindrical-coordinate representation of color #A0B8EE: hue angle of 221.54º degrees, saturation: 0.7, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A0B8EE is Cyan = 0.33, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB160184238-
CMYK0.330.2300.07
HSL221.54º69.64%78.04%-
HSV(B)221.54º32.77%93.33%-
XYZ47.0747.9387.66-
YUV182.98159.05111.61-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 27.49%
GREEN value IS 184 (72.27% from 255) = 31.62%
BLUE value IS 238 (93.36% from 255) = 40.89%
R=27.49%
G=31.62%
B=40.89%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1601842380.330.2300.07221.5469.6478.04
HexA0B8EE211707de464e
Octal240270356412707336106116
Binary1010000010111000111011101000011011101111101111010001101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0B8EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0B8EE; }

 p { color: rgb(160,184,238); }

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

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

 a { background-color: rgb(160,184,238); }

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

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

 span { border-color: rgb(160,184,238); }

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