Html Css Color HEX #98BAFE Perano

📋 copy color: '#98BAFE'

red 152 ◦ green 186 ◦ blue 254

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

Shades of Perano #98BAFE

Tints of Perano #98BAFE

RGB

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

 GREEN value IS 186 (73.05% from 255) = 31.42%

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

R = 25.68%
G = 31.42%
B = 42.91%

CMYK

 C value IS 0.40

 M value IS 0.27

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#98BAFE (or 0x98BAFE) is known color: Perano. HEX triplet: 98, BA and FE. RGB value is (152,186,254). Sum of RGB (Red+Green+Blue) = 152+186+254=592 (78% of max value = 765). Red value is 152 (59.77% from 255 or 25.68% from 592); Green value is 186 (73.05% from 255 or 31.42% from 592); Blue value is 254 (99.61% from 255 or 42.91% from 592); Max value from RGB is 254 - color contains mainly: blue. Hex color #98BAFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #98BAFE is #674501. Grayscale: #B7B7B7. Windows color (decimal): -6767874 or 16693912. OLE color: 16693912.

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

Color convert

RGB 152 186 254 -
CMYK 0.40 0.27 0 0.00
HSL 220º 0.98% 0.8% -
HSV(B) 220º 0.4% 1% -
XYZ 48.4 48.95 100.66 -
YUV 183.59 167.74 105.47 -
System Red Green Blue C M Y K H S L
Decimal 152 186 254 0.40 0.27 0 0.00 220 0.98 0.8
Hex 98 BA FE 28 1B 0 0 DC 62 50
Octal 230 272 376 50 33 0 0 334 142 120
Binary 10011000 10111010 11111110 101000 11011 0 0 11011100 1100010 1010000

Color Harmonies of #98BAFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98BAFE

Black with #98BAFE

Text Example


Text Example

White with #98BAFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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