#98ADFA

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

Shades of Perano #98ADFA

Tints of Perano #98ADFA

Color information

#98ADFA (or 0x98ADFA) is unknown color: approx Perano. HEX triplet: 98, AD and FA. RGB value is (152,173,250). Sum of RGB (Red+Green+Blue) = 152+173+250=575 (76% of max value = 765). Red value is 152 (59.77% from 255 or 26.43% from 575); Green value is 173 (67.97% from 255 or 30.09% from 575); Blue value is 250 (98.05% from 255 or 43.48% from 575); Max value from RGB is 250 - color contains mainly: blue. Hex color #98ADFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #98ADFA is #675205. Grayscale: #AFAFAF. Windows color (decimal): -6771206 or 16428440. OLE color: 16428440.

HSL color Cylindrical-coordinate representation of color #98ADFA: hue angle of 227.14º degrees, saturation: 0.91, 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 #98ADFA is Cyan = 0.39, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB152173250-
CMYK0.390.3100.02
HSL227.14º90.74%78.82%-
HSV(B)227.14º39.2%98.04%-
XYZ45.1543.4696.45-
YUV175.5170.04111.24-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 26.43%
GREEN value IS 173 (67.97% from 255) = 30.09%
BLUE value IS 250 (98.05% from 255) = 43.48%
R=26.43%
G=30.09%
B=43.48%

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
Decimal1521732500.390.3100.02227.1490.7478.82
Hex98ADFA271F02e35b4f
Octal230255372473702343133117
Binary100110001010110111111010100111111110101110001110110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98ADFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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