#97BBFB

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

Shades of Perano #97BBFB

Tints of Perano #97BBFB

Color information

#97BBFB (or 0x97BBFB) is unknown color: approx Perano. HEX triplet: 97, BB and FB. RGB value is (151,187,251). Sum of RGB (Red+Green+Blue) = 151+187+251=589 (78% of max value = 765). Red value is 151 (59.38% from 255 or 25.64% from 589); Green value is 187 (73.44% from 255 or 31.75% from 589); Blue value is 251 (98.44% from 255 or 42.61% from 589); Max value from RGB is 251 - color contains mainly: blue. Hex color #97BBFB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #97BBFB is #684404. Grayscale: #B7B7B7. Windows color (decimal): -6833157 or 16497559. OLE color: 16497559.

HSL color Cylindrical-coordinate representation of color #97BBFB: hue angle of 218.4º degrees, saturation: 0.93, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #97BBFB is Cyan = 0.40, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB151187251-
CMYK0.400.2500.02
HSL218.4º92.59%78.82%-
HSV(B)218.4º39.84%98.43%-
XYZ47.9549.0898.21-
YUV183.53166.07104.8-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 25.64%
GREEN value IS 187 (73.44% from 255) = 31.75%
BLUE value IS 251 (98.44% from 255) = 42.61%
R=25.64%
G=31.75%
B=42.61%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1511872510.400.2500.02218.492.5978.82
Hex97BBFB281902da5d4f
Octal227273373503102332135117
Binary100101111011101111111011101000110010101101101010111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97BBFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,187,251); }

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

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

 a { background-color: rgb(151,187,251); }

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

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

 span { border-color: rgb(151,187,251); }

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