Html Css Color HEX #98B5EC Perano

📋 copy color: '#98B5EC'

red 152 ◦ green 181 ◦ blue 236

#98B5EC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Perano #98B5EC

Tints of Perano #98B5EC

RGB

 RED value IS 152 (59.77% from 255) = 26.71%

 GREEN value IS 181 (71.09% from 255) = 31.81%

 BLUE value IS 236 (92.58% from 255) = 41.48%

R = 26.71%
G = 31.81%
B = 41.48%

CMYK

 C value IS 0.36

 M value IS 0.23

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#98B5EC (or 0x98B5EC) is known color: Perano. HEX triplet: 98, B5 and EC. RGB value is (152,181,236). Sum of RGB (Red+Green+Blue) = 152+181+236=569 (75% of max value = 765). Red value is 152 (59.77% from 255 or 26.71% from 569); Green value is 181 (71.09% from 255 or 31.81% from 569); Blue value is 236 (92.58% from 255 or 41.48% from 569); Max value from RGB is 236 - color contains mainly: blue. Hex color #98B5EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #98B5EC is #674A13. Grayscale: #B2B2B2. Windows color (decimal): -6769172 or 15512984. OLE color: 15512984.

HSL color Cylindrical-coordinate representation of color #98B5EC: hue angle of 219.29º degrees, saturation: 0.69, 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 #98B5EC is Cyan = 0.36, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 152 181 236 -
CMYK 0.36 0.23 0 0.07
HSL 219.29º 0.69% 0.76% -
HSV(B) 219.29º 0.36% 0.93% -
XYZ 44.61 45.78 85.84 -
YUV 178.6 160.39 109.03 -
System Red Green Blue C M Y K H S L
Decimal 152 181 236 0.36 0.23 0 0.07 219.29 0.69 0.76
Hex 98 B5 EC 24 17 0 7 DB 45 4C
Octal 230 265 354 44 27 0 7 333 105 114
Binary 10011000 10110101 11101100 100100 10111 0 111 11011011 1000101 1001100

Color Harmonies of #98B5EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98B5EC

Black with #98B5EC

Text Example


Text Example

White with #98B5EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,181,236); }

 H1.HeaderClassName
 {
   color: #98B5EC;
 }
 .AnyTagClassName
 {
   color: #98B5EC;
 }
</style>

background-color css

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

 a { background-color: rgb(152,181,236); }

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

border-color css

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

 span { border-color: rgb(152,181,236); }

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