#98B2FD

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

Shades of Perano #98B2FD

Tints of Perano #98B2FD

Color information

#98B2FD (or 0x98B2FD) is unknown color: approx Perano. HEX triplet: 98, B2 and FD. RGB value is (152,178,253). Sum of RGB (Red+Green+Blue) = 152+178+253=583 (77% of max value = 765). Red value is 152 (59.77% from 255 or 26.07% from 583); Green value is 178 (69.92% from 255 or 30.53% from 583); Blue value is 253 (99.22% from 255 or 43.40% from 583); Max value from RGB is 253 - color contains mainly: blue. Hex color #98B2FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #98B2FD is #674D02. Grayscale: #B2B2B2. Windows color (decimal): -6769923 or 16626328. OLE color: 16626328.

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

Color convert

RGB152178253-
CMYK0.400.3000.01
HSL224.55º96.19%79.41%-
HSV(B)224.55º39.92%99.22%-
XYZ46.645.6199.28-
YUV178.78169.89108.9-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 26.07%
GREEN value IS 178 (69.92% from 255) = 30.53%
BLUE value IS 253 (99.22% from 255) = 43.40%
R=26.07%
G=30.53%
B=43.40%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1521782530.400.3000.01224.5596.1979.41
Hex98B2FD281E01e1604f
Octal230262375503601341140117
Binary10011000101100101111110110100011110011110000111000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98B2FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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