#98ADFB

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

Shades of Perano #98ADFB

Tints of Perano #98ADFB

Color information

#98ADFB (or 0x98ADFB) is unknown color: approx Perano. HEX triplet: 98, AD and FB. RGB value is (152,173,251). Sum of RGB (Red+Green+Blue) = 152+173+251=576 (76% of max value = 765). Red value is 152 (59.77% from 255 or 26.39% from 576); Green value is 173 (67.97% from 255 or 30.03% from 576); Blue value is 251 (98.44% from 255 or 43.58% from 576); Max value from RGB is 251 - color contains mainly: blue. Hex color #98ADFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #98ADFB is #675204. Grayscale: #AFAFAF. Windows color (decimal): -6771205 or 16493976. OLE color: 16493976.

HSL color Cylindrical-coordinate representation of color #98ADFB: hue angle of 227.27º degrees, saturation: 0.93, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #98ADFB is Cyan = 0.39, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB152173251-
CMYK0.390.3100.02
HSL227.27º92.52%79.02%-
HSV(B)227.27º39.44%98.43%-
XYZ45.3143.5397.28-
YUV175.61170.54111.16-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 26.39%
GREEN value IS 173 (67.97% from 255) = 30.03%
BLUE value IS 251 (98.44% from 255) = 43.58%
R=26.39%
G=30.03%
B=43.58%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1521732510.390.3100.02227.2792.5279.02
Hex98ADFB271F02e35d4f
Octal230255373473702343135117
Binary100110001010110111111011100111111110101110001110111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98ADFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,173,251); }

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

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

 a { background-color: rgb(152,173,251); }

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

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

 span { border-color: rgb(152,173,251); }

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