#98BAFA

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

Shades of Perano #98BAFA

Tints of Perano #98BAFA

Color information

#98BAFA (or 0x98BAFA) is unknown color: approx Perano. HEX triplet: 98, BA and FA. RGB value is (152,186,250). Sum of RGB (Red+Green+Blue) = 152+186+250=588 (77% of max value = 765). Red value is 152 (59.77% from 255 or 25.85% from 588); Green value is 186 (73.05% from 255 or 31.63% from 588); Blue value is 250 (98.05% from 255 or 42.52% from 588); Max value from RGB is 250 - color contains mainly: blue. Hex color #98BAFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #98BAFA is #674505. Grayscale: #B6B6B6. Windows color (decimal): -6767878 or 16431768. OLE color: 16431768.

HSL color Cylindrical-coordinate representation of color #98BAFA: hue angle of 219.18º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #98BAFA is Cyan = 0.39, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB152186250-
CMYK0.390.2600.02
HSL219.18º90.74%78.82%-
HSV(B)219.18º39.2%98.04%-
XYZ47.7648.797.32-
YUV183.13165.74105.8-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 25.85%
GREEN value IS 186 (73.05% from 255) = 31.63%
BLUE value IS 250 (98.05% from 255) = 42.52%
R=25.85%
G=31.63%
B=42.52%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1521862500.390.2600.02219.1890.7478.82
Hex98BAFA271A02db5b4f
Octal230272372473202333133117
Binary100110001011101011111010100111110100101101101110110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98BAFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,186,250); }

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

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

 a { background-color: rgb(152,186,250); }

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

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

 span { border-color: rgb(152,186,250); }

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