#97AFEB

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

Shades of Perano #97AFEB

Tints of Perano #97AFEB

Color information

#97AFEB (or 0x97AFEB) is unknown color: approx Perano. HEX triplet: 97, AF and EB. RGB value is (151,175,235). Sum of RGB (Red+Green+Blue) = 151+175+235=561 (74% of max value = 765). Red value is 151 (59.38% from 255 or 26.92% from 561); Green value is 175 (68.75% from 255 or 31.19% from 561); Blue value is 235 (92.19% from 255 or 41.89% from 561); Max value from RGB is 235 - color contains mainly: blue. Hex color #97AFEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #97AFEB is #685014. Grayscale: #AEAEAE. Windows color (decimal): -6836245 or 15445911. OLE color: 15445911.

HSL color Cylindrical-coordinate representation of color #97AFEB: hue angle of 222.86º degrees, saturation: 0.68, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #97AFEB is Cyan = 0.36, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB151175235-
CMYK0.360.2600.08
HSL222.86º67.74%75.69%-
HSV(B)222.86º35.74%92.16%-
XYZ43.0943.2484.67-
YUV174.66162.05111.12-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 26.92%
GREEN value IS 175 (68.75% from 255) = 31.19%
BLUE value IS 235 (92.19% from 255) = 41.89%
R=26.92%
G=31.19%
B=41.89%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1511752350.360.2600.08222.8667.7475.69
Hex97AFEB241A08df444c
Octal2272573534432010337104114
Binary10010111101011111110101110010011010010001101111110001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97AFEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97AFEB; }

 p { color: rgb(151,175,235); }

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

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

 a { background-color: rgb(151,175,235); }

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

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

 span { border-color: rgb(151,175,235); }

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