Html Css Color HEX #98B7FB Perano

📋 copy color: '#98B7FB'

red 152 ◦ green 183 ◦ blue 251

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

Shades of Perano #98B7FB

Tints of Perano #98B7FB

RGB

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

 GREEN value IS 183 (71.88% from 255) = 31.23%

 BLUE value IS 251 (98.44% from 255) = 42.83%

R = 25.94%
G = 31.23%
B = 42.83%

CMYK

 C value IS 0.39

 M value IS 0.27

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#98B7FB (or 0x98B7FB) is known color: Perano. HEX triplet: 98, B7 and FB. RGB value is (152,183,251). Sum of RGB (Red+Green+Blue) = 152+183+251=586 (77% of max value = 765). Red value is 152 (59.77% from 255 or 25.94% from 586); Green value is 183 (71.88% from 255 or 31.23% from 586); Blue value is 251 (98.44% from 255 or 42.83% from 586); Max value from RGB is 251 - color contains mainly: blue. Hex color #98B7FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #98B7FB is #674804. Grayscale: #B5B5B5. Windows color (decimal): -6768645 or 16496536. OLE color: 16496536.

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

Color convert

RGB 152 183 251 -
CMYK 0.39 0.27 0 0.02
HSL 221.21º 0.93% 0.79% -
HSV(B) 221.21º 0.39% 0.98% -
XYZ 47.29 47.51 97.94 -
YUV 181.48 167.23 106.97 -
System Red Green Blue C M Y K H S L
Decimal 152 183 251 0.39 0.27 0 0.02 221.21 0.93 0.79
Hex 98 B7 FB 27 1B 0 2 DD 5D 4F
Octal 230 267 373 47 33 0 2 335 135 117
Binary 10011000 10110111 11111011 100111 11011 0 10 11011101 1011101 1001111

Color Harmonies of #98B7FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98B7FB

Black with #98B7FB

Text Example


Text Example

White with #98B7FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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