Html Css Color HEX #98BAE9 Perano

📋 copy color: '#98BAE9'

red 152 ◦ green 186 ◦ blue 233

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

Shades of Perano #98BAE9

Tints of Perano #98BAE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 40.81%

R = 26.62%
G = 32.57%
B = 40.81%

CMYK

 C value IS 0.35

 M value IS 0.20

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#98BAE9 (or 0x98BAE9) is known color: Perano. HEX triplet: 98, BA and E9. RGB value is (152,186,233). Sum of RGB (Red+Green+Blue) = 152+186+233=571 (75% of max value = 765). Red value is 152 (59.77% from 255 or 26.62% from 571); Green value is 186 (73.05% from 255 or 32.57% from 571); Blue value is 233 (91.41% from 255 or 40.81% from 571); Max value from RGB is 233 - color contains mainly: blue. Hex color #98BAE9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #98BAE9 is #674516. Grayscale: #B4B4B4. Windows color (decimal): -6767895 or 15317656. OLE color: 15317656.

HSL color Cylindrical-coordinate representation of color #98BAE9: hue angle of 214.81º degrees, saturation: 0.65, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #98BAE9 is Cyan = 0.35, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 152 186 233 -
CMYK 0.35 0.20 0 0.09
HSL 214.81º 0.65% 0.75% -
HSV(B) 214.81º 0.35% 0.91% -
XYZ 45.22 47.68 83.91 -
YUV 181.19 157.24 107.18 -
System Red Green Blue C M Y K H S L
Decimal 152 186 233 0.35 0.20 0 0.09 214.81 0.65 0.75
Hex 98 BA E9 23 14 0 9 D7 41 4B
Octal 230 272 351 43 24 0 11 327 101 113
Binary 10011000 10111010 11101001 100011 10100 0 1001 11010111 1000001 1001011

Color Harmonies of #98BAE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98BAE9

Black with #98BAE9

Text Example


Text Example

White with #98BAE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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