Html Css Color HEX #98B1FE Perano

📋 copy color: '#98B1FE'

red 152 ◦ green 177 ◦ blue 254

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

Shades of Perano #98B1FE

Tints of Perano #98B1FE

RGB

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

 GREEN value IS 177 (69.53% from 255) = 30.36%

 BLUE value IS 254 (99.61% from 255) = 43.57%

R = 26.07%
G = 30.36%
B = 43.57%

CMYK

 C value IS 0.40

 M value IS 0.30

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#98B1FE (or 0x98B1FE) is known color: Perano. HEX triplet: 98, B1 and FE. RGB value is (152,177,254). Sum of RGB (Red+Green+Blue) = 152+177+254=583 (77% of max value = 765). Red value is 152 (59.77% from 255 or 26.07% from 583); Green value is 177 (69.53% from 255 or 30.36% from 583); Blue value is 254 (99.61% from 255 or 43.57% from 583); Max value from RGB is 254 - color contains mainly: blue. Hex color #98B1FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #98B1FE is #674E01. Grayscale: #B1B1B1. Windows color (decimal): -6770178 or 16691608. OLE color: 16691608.

HSL color Cylindrical-coordinate representation of color #98B1FE: hue angle of 225.29º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #98B1FE is Cyan = 0.40, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 152 177 254 -
CMYK 0.40 0.30 0 0.00
HSL 225.29º 0.98% 0.8% -
HSV(B) 225.29º 0.4% 1% -
XYZ 46.56 45.28 100.05 -
YUV 178.3 170.72 109.24 -
System Red Green Blue C M Y K H S L
Decimal 152 177 254 0.40 0.30 0 0.00 225.29 0.98 0.8
Hex 98 B1 FE 28 1E 0 0 E1 62 50
Octal 230 261 376 50 36 0 0 341 142 120
Binary 10011000 10110001 11111110 101000 11110 0 0 11100001 1100010 1010000

Color Harmonies of #98B1FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98B1FE

Black with #98B1FE

Text Example


Text Example

White with #98B1FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,177,254); }

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

background-color css

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

 a { background-color: rgb(152,177,254); }

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

border-color css

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

 span { border-color: rgb(152,177,254); }

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