#97BAFF

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

Shades of Perano #97BAFF

Tints of Perano #97BAFF

Color information

#97BAFF (or 0x97BAFF) is unknown color: approx Perano. HEX triplet: 97, BA and FF. RGB value is (151,186,255). Sum of RGB (Red+Green+Blue) = 151+186+255=592 (78% of max value = 765). Red value is 151 (59.38% from 255 or 25.51% from 592); Green value is 186 (73.05% from 255 or 31.42% from 592); Blue value is 255 (100% from 255 or 43.07% from 592); Max value from RGB is 255 - color contains mainly: blue. Hex color #97BAFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #97BAFF is #684500. Grayscale: #B7B7B7. Windows color (decimal): -6833409 or 16759447. OLE color: 16759447.

HSL color Cylindrical-coordinate representation of color #97BAFF: hue angle of 219.81º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #97BAFF is Cyan = 0.41, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB151186255-
CMYK0.410.2700
HSL219.81º100%79.61%-
HSV(B)219.81º40.78%100%-
XYZ48.3748.92101.5-
YUV183.4168.4104.89-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 25.51%
GREEN value IS 186 (73.05% from 255) = 31.42%
BLUE value IS 255 (100% from 255) = 43.07%
R=25.51%
G=31.42%
B=43.07%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1511862550.410.2700219.8110079.61
Hex97BAFF291B00dc6450
Octal227272377513300334144120
Binary10010111101110101111111110100111011001101110011001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97BAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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