#98B2F8

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

Shades of Perano #98B2F8

Tints of Perano #98B2F8

Color information

#98B2F8 (or 0x98B2F8) is unknown color: approx Perano. HEX triplet: 98, B2 and F8. RGB value is (152,178,248). Sum of RGB (Red+Green+Blue) = 152+178+248=578 (76% of max value = 765). Red value is 152 (59.77% from 255 or 26.30% from 578); Green value is 178 (69.92% from 255 or 30.80% from 578); Blue value is 248 (97.27% from 255 or 42.91% from 578); Max value from RGB is 248 - color contains mainly: blue. Hex color #98B2F8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #98B2F8 is #674D07. Grayscale: #B1B1B1. Windows color (decimal): -6769928 or 16298648. OLE color: 16298648.

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

Color convert

RGB152178248-
CMYK0.390.2800.03
HSL223.75º87.27%78.43%-
HSV(B)223.75º38.71%97.25%-
XYZ45.8145.2995.13-
YUV178.21167.39109.31-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 26.30%
GREEN value IS 178 (69.92% from 255) = 30.80%
BLUE value IS 248 (97.27% from 255) = 42.91%
R=26.30%
G=30.80%
B=42.91%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1521782480.390.2800.03223.7587.2778.43
Hex98B2F8271C03e0574e
Octal230262370473403340127116
Binary100110001011001011111000100111111000111110000010101111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98B2F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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