#97BAF2

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

Shades of Perano #97BAF2

Tints of Perano #97BAF2

Color information

#97BAF2 (or 0x97BAF2) is unknown color: approx Perano. HEX triplet: 97, BA and F2. RGB value is (151,186,242). Sum of RGB (Red+Green+Blue) = 151+186+242=579 (76% of max value = 765). Red value is 151 (59.38% from 255 or 26.08% from 579); Green value is 186 (73.05% from 255 or 32.12% from 579); Blue value is 242 (94.92% from 255 or 41.80% from 579); Max value from RGB is 242 - color contains mainly: blue. Hex color #97BAF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #97BAF2 is #68450D. Grayscale: #B5B5B5. Windows color (decimal): -6833422 or 15907479. OLE color: 15907479.

HSL color Cylindrical-coordinate representation of color #97BAF2: hue angle of 216.92º degrees, saturation: 0.78, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #97BAF2 is Cyan = 0.38, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB151186242-
CMYK0.380.2300.05
HSL216.92º77.78%77.06%-
HSV(B)216.92º37.6%94.9%-
XYZ46.3548.1190.85-
YUV181.92161.9105.95-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 26.08%
GREEN value IS 186 (73.05% from 255) = 32.12%
BLUE value IS 242 (94.92% from 255) = 41.80%
R=26.08%
G=32.12%
B=41.80%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1511862420.380.2300.05216.9277.7877.06
Hex97BAF2261705d94e4d
Octal227272362462705331116115
Binary1001011110111010111100101001101011101011101100110011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97BAF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,186,242); }

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

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

 a { background-color: rgb(151,186,242); }

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

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

 span { border-color: rgb(151,186,242); }

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