#98BCFD

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

Shades of Perano #98BCFD

Tints of Perano #98BCFD

Color information

#98BCFD (or 0x98BCFD) is unknown color: approx Perano. HEX triplet: 98, BC and FD. RGB value is (152,188,253). Sum of RGB (Red+Green+Blue) = 152+188+253=593 (78% of max value = 765). Red value is 152 (59.77% from 255 or 25.63% from 593); Green value is 188 (73.83% from 255 or 31.70% from 593); Blue value is 253 (99.22% from 255 or 42.66% from 593); Max value from RGB is 253 - color contains mainly: blue. Hex color #98BCFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #98BCFD is #674302. Grayscale: #B8B8B8. Windows color (decimal): -6767363 or 16628888. OLE color: 16628888.

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

Color convert

RGB152188253-
CMYK0.400.2600.01
HSL218.61º96.19%79.41%-
HSV(B)218.61º39.92%99.22%-
XYZ48.6649.7399.96-
YUV184.65166.57104.71-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 25.63%
GREEN value IS 188 (73.83% from 255) = 31.70%
BLUE value IS 253 (99.22% from 255) = 42.66%
R=25.63%
G=31.70%
B=42.66%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1521882530.400.2600.01218.6196.1979.41
Hex98BCFD281A01db604f
Octal230274375503201333140117
Binary10011000101111001111110110100011010011101101111000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98BCFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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