#98B9ED

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

Shades of Perano #98B9ED

Tints of Perano #98B9ED

Color information

#98B9ED (or 0x98B9ED) is unknown color: approx Perano. HEX triplet: 98, B9 and ED. RGB value is (152,185,237). Sum of RGB (Red+Green+Blue) = 152+185+237=574 (76% of max value = 765). Red value is 152 (59.77% from 255 or 26.48% from 574); Green value is 185 (72.66% from 255 or 32.23% from 574); Blue value is 237 (92.97% from 255 or 41.29% from 574); Max value from RGB is 237 - color contains mainly: blue. Hex color #98B9ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #98B9ED is #674612. Grayscale: #B4B4B4. Windows color (decimal): -6768147 or 15579544. OLE color: 15579544.

HSL color Cylindrical-coordinate representation of color #98B9ED: hue angle of 216.71º degrees, saturation: 0.7, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #98B9ED is Cyan = 0.36, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB152185237-
CMYK0.360.2200.07
HSL216.71º70.25%76.27%-
HSV(B)216.71º35.86%92.94%-
XYZ45.5847.4986.88-
YUV181.06159.57107.27-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 26.48%
GREEN value IS 185 (72.66% from 255) = 32.23%
BLUE value IS 237 (92.97% from 255) = 41.29%
R=26.48%
G=32.23%
B=41.29%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1521852370.360.2200.07216.7170.2576.27
Hex98B9ED241607d9464c
Octal230271355442607331106114
Binary1001100010111001111011011001001011001111101100110001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98B9ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,185,237); }

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

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

 a { background-color: rgb(152,185,237); }

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

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

 span { border-color: rgb(152,185,237); }

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