Html Css Color HEX #98BCFE Perano

📋 copy color: '#98BCFE'

red 152 ◦ green 188 ◦ blue 254

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

Shades of Perano #98BCFE

Tints of Perano #98BCFE

RGB

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

 GREEN value IS 188 (73.83% from 255) = 31.65%

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

R = 25.59%
G = 31.65%
B = 42.76%

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

#98BCFE (or 0x98BCFE) is known color: Perano. HEX triplet: 98, BC and FE. RGB value is (152,188,254). Sum of RGB (Red+Green+Blue) = 152+188+254=594 (78% of max value = 765). Red value is 152 (59.77% from 255 or 25.59% from 594); Green value is 188 (73.83% from 255 or 31.65% from 594); Blue value is 254 (99.61% from 255 or 42.76% from 594); Max value from RGB is 254 - color contains mainly: blue. Hex color #98BCFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #98BCFE is #674301. Grayscale: #B8B8B8. Windows color (decimal): -6767362 or 16694424. OLE color: 16694424.

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

Color convert

RGB 152 188 254 -
CMYK 0.40 0.26 0 0.00
HSL 218.82º 0.98% 0.8% -
HSV(B) 218.82º 0.4% 1% -
XYZ 48.82 49.8 100.8 -
YUV 184.76 167.07 104.63 -
System Red Green Blue C M Y K H S L
Decimal 152 188 254 0.40 0.26 0 0.00 218.82 0.98 0.8
Hex 98 BC FE 28 1A 0 0 DB 62 50
Octal 230 274 376 50 32 0 0 333 142 120
Binary 10011000 10111100 11111110 101000 11010 0 0 11011011 1100010 1010000

Color Harmonies of #98BCFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98BCFE

Black with #98BCFE

Text Example


Text Example

White with #98BCFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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