#98B6FD

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

Shades of Perano #98B6FD

Tints of Perano #98B6FD

Color information

#98B6FD (or 0x98B6FD) is unknown color: approx Perano. HEX triplet: 98, B6 and FD. RGB value is (152,182,253). Sum of RGB (Red+Green+Blue) = 152+182+253=587 (77% of max value = 765). Red value is 152 (59.77% from 255 or 25.89% from 587); Green value is 182 (71.48% from 255 or 31.01% from 587); Blue value is 253 (99.22% from 255 or 43.10% from 587); Max value from RGB is 253 - color contains mainly: blue. Hex color #98B6FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #98B6FD is #674902. Grayscale: #B4B4B4. Windows color (decimal): -6768899 or 16627352. OLE color: 16627352.

HSL color Cylindrical-coordinate representation of color #98B6FD: hue angle of 222.18º degrees, saturation: 0.96, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #98B6FD is Cyan = 0.40, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB152182253-
CMYK0.400.2800.01
HSL222.18º96.19%79.41%-
HSV(B)222.18º39.92%99.22%-
XYZ47.4147.2299.54-
YUV181.12168.56107.23-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 25.89%
GREEN value IS 182 (71.48% from 255) = 31.01%
BLUE value IS 253 (99.22% from 255) = 43.10%
R=25.89%
G=31.01%
B=43.10%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1521822530.400.2800.01222.1896.1979.41
Hex98B6FD281C01de604f
Octal230266375503401336140117
Binary10011000101101101111110110100011100011101111011000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98B6FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,182,253); }

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

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

 a { background-color: rgb(152,182,253); }

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

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

 span { border-color: rgb(152,182,253); }

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