Html Css Color HEX #98BBFE Perano

📋 copy color: '#98BBFE'

red 152 ◦ green 187 ◦ blue 254

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

Shades of Perano #98BBFE

Tints of Perano #98BBFE

RGB

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

 GREEN value IS 187 (73.44% from 255) = 31.53%

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

R = 25.63%
G = 31.53%
B = 42.83%

CMYK

 C value IS 0.40

 M value IS 0.26

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#98BBFE (or 0x98BBFE) is known color: Perano. HEX triplet: 98, BB and FE. RGB value is (152,187,254). Sum of RGB (Red+Green+Blue) = 152+187+254=593 (78% of max value = 765). Red value is 152 (59.77% from 255 or 25.63% from 593); Green value is 187 (73.44% from 255 or 31.53% from 593); Blue value is 254 (99.61% from 255 or 42.83% from 593); Max value from RGB is 254 - color contains mainly: blue. Hex color #98BBFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #98BBFE is #674401. Grayscale: #B7B7B7. Windows color (decimal): -6767618 or 16694168. OLE color: 16694168.

HSL color Cylindrical-coordinate representation of color #98BBFE: hue angle of 219.41º 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 #98BBFE is Cyan = 0.40, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 152 187 254 -
CMYK 0.40 0.26 0 0.00
HSL 219.41º 0.98% 0.8% -
HSV(B) 219.41º 0.4% 1% -
XYZ 48.61 49.37 100.73 -
YUV 184.17 167.4 105.05 -
System Red Green Blue C M Y K H S L
Decimal 152 187 254 0.40 0.26 0 0.00 219.41 0.98 0.8
Hex 98 BB FE 28 1A 0 0 DB 62 50
Octal 230 273 376 50 32 0 0 333 142 120
Binary 10011000 10111011 11111110 101000 11010 0 0 11011011 1100010 1010000

Color Harmonies of #98BBFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98BBFE

Black with #98BBFE

Text Example


Text Example

White with #98BBFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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