#98BBF8

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

Shades of Perano #98BBF8

Tints of Perano #98BBF8

Color information

#98BBF8 (or 0x98BBF8) is unknown color: approx Perano. HEX triplet: 98, BB and F8. RGB value is (152,187,248). Sum of RGB (Red+Green+Blue) = 152+187+248=587 (77% of max value = 765). Red value is 152 (59.77% from 255 or 25.89% from 587); Green value is 187 (73.44% from 255 or 31.86% from 587); Blue value is 248 (97.27% from 255 or 42.25% from 587); Max value from RGB is 248 - color contains mainly: blue. Hex color #98BBF8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #98BBF8 is #674407. Grayscale: #B7B7B7. Windows color (decimal): -6767624 or 16300952. OLE color: 16300952.

HSL color Cylindrical-coordinate representation of color #98BBF8: hue angle of 218.12º degrees, saturation: 0.87, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #98BBF8 is Cyan = 0.39, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB152187248-
CMYK0.390.2500.03
HSL218.12º87.27%78.43%-
HSV(B)218.12º38.71%97.25%-
XYZ47.6648.9995.75-
YUV183.49164.4105.54-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 25.89%
GREEN value IS 187 (73.44% from 255) = 31.86%
BLUE value IS 248 (97.27% from 255) = 42.25%
R=25.89%
G=31.86%
B=42.25%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1521872480.390.2500.03218.1287.2778.43
Hex98BBF8271903da574e
Octal230273370473103332127116
Binary100110001011101111111000100111110010111101101010101111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98BBF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,187,248); }

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

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

 a { background-color: rgb(152,187,248); }

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

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

 span { border-color: rgb(152,187,248); }

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