#97B1FD

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

Shades of Perano #97B1FD

Tints of Perano #97B1FD

Color information

#97B1FD (or 0x97B1FD) is unknown color: approx Perano. HEX triplet: 97, B1 and FD. RGB value is (151,177,253). Sum of RGB (Red+Green+Blue) = 151+177+253=581 (76% of max value = 765). Red value is 151 (59.38% from 255 or 25.99% from 581); Green value is 177 (69.53% from 255 or 30.46% from 581); Blue value is 253 (99.22% from 255 or 43.55% from 581); Max value from RGB is 253 - color contains mainly: blue. Hex color #97B1FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #97B1FD is #684E02. Grayscale: #B1B1B1. Windows color (decimal): -6835715 or 16626071. OLE color: 16626071.

HSL color Cylindrical-coordinate representation of color #97B1FD: hue angle of 224.71º degrees, saturation: 0.96, 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 #97B1FD is Cyan = 0.40, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB151177253-
CMYK0.400.3000.01
HSL224.71º96.23%79.22%-
HSV(B)224.71º40.32%99.22%-
XYZ46.2145.1299.2-
YUV177.89170.39108.82-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 25.99%
GREEN value IS 177 (69.53% from 255) = 30.46%
BLUE value IS 253 (99.22% from 255) = 43.55%
R=25.99%
G=30.46%
B=43.55%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1511772530.400.3000.01224.7196.2379.22
Hex97B1FD281E01e1604f
Octal227261375503601341140117
Binary10010111101100011111110110100011110011110000111000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97B1FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,177,253); }

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

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

 a { background-color: rgb(151,177,253); }

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

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

 span { border-color: rgb(151,177,253); }

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