#98BAFE

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

Shades of Perano #98BAFE

Tints of Perano #98BAFE

Color information

#98BAFE (or 0x98BAFE) is unknown color: approx Perano. HEX triplet: 98, BA and FE. RGB value is (152,186,254). Sum of RGB (Red+Green+Blue) = 152+186+254=592 (78% of max value = 765). Red value is 152 (59.77% from 255 or 25.68% from 592); Green value is 186 (73.05% from 255 or 31.42% from 592); Blue value is 254 (99.61% from 255 or 42.91% from 592); Max value from RGB is 254 - color contains mainly: blue. Hex color #98BAFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #98BAFE is #674501. Grayscale: #B7B7B7. Windows color (decimal): -6767874 or 16693912. OLE color: 16693912.

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

Color convert

RGB152186254-
CMYK0.400.2700.00
HSL220º98.08%79.61%-
HSV(B)220º40.16%99.61%-
XYZ48.448.95100.66-
YUV183.59167.74105.47-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 25.68%
GREEN value IS 186 (73.05% from 255) = 31.42%
BLUE value IS 254 (99.61% from 255) = 42.91%
R=25.68%
G=31.42%
B=42.91%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1521862540.400.2700.0022098.0879.61
Hex98BAFE281B00dc6250
Octal230272376503300334142120
Binary10011000101110101111111010100011011001101110011000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98BAFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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