#97BAFC

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

Shades of Perano #97BAFC

Tints of Perano #97BAFC

Color information

#97BAFC (or 0x97BAFC) is unknown color: approx Perano. HEX triplet: 97, BA and FC. RGB value is (151,186,252). Sum of RGB (Red+Green+Blue) = 151+186+252=589 (78% of max value = 765). Red value is 151 (59.38% from 255 or 25.64% from 589); Green value is 186 (73.05% from 255 or 31.58% from 589); Blue value is 252 (98.83% from 255 or 42.78% from 589); Max value from RGB is 252 - color contains mainly: blue. Hex color #97BAFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #97BAFC is #684503. Grayscale: #B6B6B6. Windows color (decimal): -6833412 or 16562839. OLE color: 16562839.

HSL color Cylindrical-coordinate representation of color #97BAFC: hue angle of 219.21º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #97BAFC is Cyan = 0.40, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB151186252-
CMYK0.400.2600.01
HSL219.21º94.39%79.02%-
HSV(B)219.21º40.08%98.82%-
XYZ47.8948.7398.98-
YUV183.06166.9105.13-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 25.64%
GREEN value IS 186 (73.05% from 255) = 31.58%
BLUE value IS 252 (98.83% from 255) = 42.78%
R=25.64%
G=31.58%
B=42.78%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1511862520.400.2600.01219.2194.3979.02
Hex97BAFC281A01db5e4f
Octal227272374503201333136117
Binary10010111101110101111110010100011010011101101110111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97BAFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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