#98BAFF

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

Shades of Perano #98BAFF

Tints of Perano #98BAFF

Color information

#98BAFF (or 0x98BAFF) is unknown color: approx Perano. HEX triplet: 98, BA and FF. RGB value is (152,186,255). Sum of RGB (Red+Green+Blue) = 152+186+255=593 (78% of max value = 765). Red value is 152 (59.77% from 255 or 25.63% from 593); Green value is 186 (73.05% from 255 or 31.37% from 593); Blue value is 255 (100% from 255 or 43.00% from 593); Max value from RGB is 255 - color contains mainly: blue. Hex color #98BAFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #98BAFF is #674500. Grayscale: #B7B7B7. Windows color (decimal): -6767873 or 16759448. OLE color: 16759448.

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

Color convert

RGB152186255-
CMYK0.400.2700
HSL220.19º100%79.8%-
HSV(B)220.19º40.39%100%-
XYZ48.5649.01101.51-
YUV183.7168.24105.39-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 25.63%
GREEN value IS 186 (73.05% from 255) = 31.37%
BLUE value IS 255 (100% from 255) = 43.00%
R=25.63%
G=31.37%
B=43.00%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1521862550.400.2700220.1910079.8
Hex98BAFF281B00dc6450
Octal230272377503300334144120
Binary10011000101110101111111110100011011001101110011001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98BAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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