#97B4FE

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

Shades of Perano #97B4FE

Tints of Perano #97B4FE

Color information

#97B4FE (or 0x97B4FE) is unknown color: approx Perano. HEX triplet: 97, B4 and FE. RGB value is (151,180,254). Sum of RGB (Red+Green+Blue) = 151+180+254=585 (77% of max value = 765). Red value is 151 (59.38% from 255 or 25.81% from 585); Green value is 180 (70.70% from 255 or 30.77% from 585); Blue value is 254 (99.61% from 255 or 43.42% from 585); Max value from RGB is 254 - color contains mainly: blue. Hex color #97B4FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #97B4FE is #684B01. Grayscale: #B3B3B3. Windows color (decimal): -6834946 or 16692375. OLE color: 16692375.

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

Color convert

RGB151180254-
CMYK0.410.2900.00
HSL223.11º98.1%79.41%-
HSV(B)223.11º40.55%99.61%-
XYZ46.9746.38100.24-
YUV179.76169.89107.48-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 25.81%
GREEN value IS 180 (70.70% from 255) = 30.77%
BLUE value IS 254 (99.61% from 255) = 43.42%
R=25.81%
G=30.77%
B=43.42%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1511802540.410.2900.00223.1198.179.41
Hex97B4FE291D00df624f
Octal227264376513500337142117
Binary10010111101101001111111010100111101001101111111000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97B4FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,180,254); }

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

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

 a { background-color: rgb(151,180,254); }

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

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

 span { border-color: rgb(151,180,254); }

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