#98BAF3

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

Shades of Perano #98BAF3

Tints of Perano #98BAF3

Color information

#98BAF3 (or 0x98BAF3) is unknown color: approx Perano. HEX triplet: 98, BA and F3. RGB value is (152,186,243). Sum of RGB (Red+Green+Blue) = 152+186+243=581 (76% of max value = 765). Red value is 152 (59.77% from 255 or 26.16% from 581); Green value is 186 (73.05% from 255 or 32.01% from 581); Blue value is 243 (95.31% from 255 or 41.82% from 581); Max value from RGB is 243 - color contains mainly: blue. Hex color #98BAF3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #98BAF3 is #67450C. Grayscale: #B6B6B6. Windows color (decimal): -6767885 or 15973016. OLE color: 15973016.

HSL color Cylindrical-coordinate representation of color #98BAF3: hue angle of 217.58º degrees, saturation: 0.79, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #98BAF3 is Cyan = 0.37, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB152186243-
CMYK0.370.2300.05
HSL217.58º79.13%77.45%-
HSV(B)217.58º37.45%95.29%-
XYZ46.6948.2691.65-
YUV182.33162.24106.37-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 26.16%
GREEN value IS 186 (73.05% from 255) = 32.01%
BLUE value IS 243 (95.31% from 255) = 41.82%
R=26.16%
G=32.01%
B=41.82%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1521862430.370.2300.05217.5879.1377.45
Hex98BAF3251705da4f4d
Octal230272363452705332117115
Binary1001100010111010111100111001011011101011101101010011111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98BAF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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