#98B3FD

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

Shades of Perano #98B3FD

Tints of Perano #98B3FD

Color information

#98B3FD (or 0x98B3FD) is unknown color: approx Perano. HEX triplet: 98, B3 and FD. RGB value is (152,179,253). Sum of RGB (Red+Green+Blue) = 152+179+253=584 (77% of max value = 765). Red value is 152 (59.77% from 255 or 26.03% from 584); Green value is 179 (70.31% from 255 or 30.65% from 584); Blue value is 253 (99.22% from 255 or 43.32% from 584); Max value from RGB is 253 - color contains mainly: blue. Hex color #98B3FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #98B3FD is #674C02. Grayscale: #B3B3B3. Windows color (decimal): -6769667 or 16626584. OLE color: 16626584.

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

Color convert

RGB152179253-
CMYK0.400.2900.01
HSL223.96º96.19%79.41%-
HSV(B)223.96º39.92%99.22%-
XYZ46.846.0199.34-
YUV179.36169.55108.48-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 26.03%
GREEN value IS 179 (70.31% from 255) = 30.65%
BLUE value IS 253 (99.22% from 255) = 43.32%
R=26.03%
G=30.65%
B=43.32%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1521792530.400.2900.01223.9696.1979.41
Hex98B3FD281D01e0604f
Octal230263375503501340140117
Binary10011000101100111111110110100011101011110000011000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98B3FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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