#98B1FF

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

Shades of Perano #98B1FF

Tints of Perano #98B1FF

Color information

#98B1FF (or 0x98B1FF) is unknown color: approx Perano. HEX triplet: 98, B1 and FF. RGB value is (152,177,255). Sum of RGB (Red+Green+Blue) = 152+177+255=584 (77% of max value = 765). Red value is 152 (59.77% from 255 or 26.03% from 584); Green value is 177 (69.53% from 255 or 30.31% from 584); Blue value is 255 (100% from 255 or 43.66% from 584); Max value from RGB is 255 - color contains mainly: blue. Hex color #98B1FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #98B1FF is #674E00. Grayscale: #B2B2B2. Windows color (decimal): -6770177 or 16757144. OLE color: 16757144.

HSL color Cylindrical-coordinate representation of color #98B1FF: hue angle of 225.44º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #98B1FF is Cyan = 0.40, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB152177255-
CMYK0.400.3100
HSL225.44º100%79.8%-
HSV(B)225.44º40.39%100%-
XYZ46.7245.34100.9-
YUV178.42171.22109.16-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 26.03%
GREEN value IS 177 (69.53% from 255) = 30.31%
BLUE value IS 255 (100% from 255) = 43.66%
R=26.03%
G=30.31%
B=43.66%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1521772550.400.3100225.4410079.8
Hex98B1FF281F00e16450
Octal230261377503700341144120
Binary10011000101100011111111110100011111001110000111001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98B1FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98B1FF; }

 p { color: rgb(152,177,255); }

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

<style>
 a { background-color: #98B1FF; }

 a { background-color: rgb(152,177,255); }

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

<style>
 span { border-color: #98B1FF; }

 span { border-color: rgb(152,177,255); }

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