#98ADF3

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

Shades of Perano #98ADF3

Tints of Perano #98ADF3

Color information

#98ADF3 (or 0x98ADF3) is unknown color: approx Perano. HEX triplet: 98, AD and F3. RGB value is (152,173,243). Sum of RGB (Red+Green+Blue) = 152+173+243=568 (75% of max value = 765). Red value is 152 (59.77% from 255 or 26.76% from 568); Green value is 173 (67.97% from 255 or 30.46% from 568); Blue value is 243 (95.31% from 255 or 42.78% from 568); Max value from RGB is 243 - color contains mainly: blue. Hex color #98ADF3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #98ADF3 is #67520C. Grayscale: #AEAEAE. Windows color (decimal): -6771213 or 15969688. OLE color: 15969688.

HSL color Cylindrical-coordinate representation of color #98ADF3: hue angle of 226.15º degrees, saturation: 0.79, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #98ADF3 is Cyan = 0.37, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB152173243-
CMYK0.370.2900.05
HSL226.15º79.13%77.45%-
HSV(B)226.15º37.45%95.29%-
XYZ44.0743.0390.78-
YUV174.7166.54111.81-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 26.76%
GREEN value IS 173 (67.97% from 255) = 30.46%
BLUE value IS 243 (95.31% from 255) = 42.78%
R=26.76%
G=30.46%
B=42.78%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1521732430.370.2900.05226.1579.1377.45
Hex98ADF3251D05e24f4d
Octal230255363453505342117115
Binary1001100010101101111100111001011110101011110001010011111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98ADF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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