#98B8FF

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

Shades of Perano #98B8FF

Tints of Perano #98B8FF

Color information

#98B8FF (or 0x98B8FF) is unknown color: approx Perano. HEX triplet: 98, B8 and FF. RGB value is (152,184,255). Sum of RGB (Red+Green+Blue) = 152+184+255=591 (78% of max value = 765). Red value is 152 (59.77% from 255 or 25.72% from 591); Green value is 184 (72.27% from 255 or 31.13% from 591); Blue value is 255 (100% from 255 or 43.15% from 591); Max value from RGB is 255 - color contains mainly: blue. Hex color #98B8FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #98B8FF is #674700. Grayscale: #B6B6B6. Windows color (decimal): -6768385 or 16758936. OLE color: 16758936.

HSL color Cylindrical-coordinate representation of color #98B8FF: hue angle of 221.36º 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 #98B8FF is Cyan = 0.40, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB152184255-
CMYK0.400.2800
HSL221.36º100%79.8%-
HSV(B)221.36º40.39%100%-
XYZ48.1448.18101.37-
YUV182.53168.9106.23-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 25.72%
GREEN value IS 184 (72.27% from 255) = 31.13%
BLUE value IS 255 (100% from 255) = 43.15%
R=25.72%
G=31.13%
B=43.15%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1521842550.400.2800221.3610079.8
Hex98B8FF281C00dd6450
Octal230270377503400335144120
Binary10011000101110001111111110100011100001101110111001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98B8FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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