Html Css Color HEX #98B5F8 Perano

📋 copy color: '#98B5F8'

red 152 ◦ green 181 ◦ blue 248

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

Shades of Perano #98B5F8

Tints of Perano #98B5F8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 42.69%

R = 26.16%
G = 31.15%
B = 42.69%

CMYK

 C value IS 0.39

 M value IS 0.27

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#98B5F8 (or 0x98B5F8) is known color: Perano. HEX triplet: 98, B5 and F8. RGB value is (152,181,248). Sum of RGB (Red+Green+Blue) = 152+181+248=581 (76% of max value = 765). Red value is 152 (59.77% from 255 or 26.16% from 581); Green value is 181 (71.09% from 255 or 31.15% from 581); Blue value is 248 (97.27% from 255 or 42.69% from 581); Max value from RGB is 248 - color contains mainly: blue. Hex color #98B5F8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #98B5F8 is #674A07. Grayscale: #B3B3B3. Windows color (decimal): -6769160 or 16299416. OLE color: 16299416.

HSL color Cylindrical-coordinate representation of color #98B5F8: hue angle of 221.88º degrees, saturation: 0.87, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #98B5F8 is Cyan = 0.39, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 152 181 248 -
CMYK 0.39 0.27 0 0.03
HSL 221.88º 0.87% 0.78% -
HSV(B) 221.88º 0.39% 0.97% -
XYZ 46.42 46.5 95.34 -
YUV 179.97 166.39 108.05 -
System Red Green Blue C M Y K H S L
Decimal 152 181 248 0.39 0.27 0 0.03 221.88 0.87 0.78
Hex 98 B5 F8 27 1B 0 3 DE 57 4E
Octal 230 265 370 47 33 0 3 336 127 116
Binary 10011000 10110101 11111000 100111 11011 0 11 11011110 1010111 1001110

Color Harmonies of #98B5F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98B5F8

Black with #98B5F8

Text Example


Text Example

White with #98B5F8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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