Html Css Color HEX #98CEB9 Vista Blue

📋 copy color: '#98CEB9'

red 152 ◦ green 206 ◦ blue 185

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

Shades of Vista Blue #98CEB9

Tints of Vista Blue #98CEB9

RGB

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

 GREEN value IS 206 (80.86% from 255) = 37.94%

 BLUE value IS 185 (72.66% from 255) = 34.07%

R = 27.99%
G = 37.94%
B = 34.07%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.10

 K value IS 0.19

RGB Variations

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

Color information

#98CEB9 (or 0x98CEB9) is known color: Vista Blue. HEX triplet: 98, CE and B9. RGB value is (152,206,185). Sum of RGB (Red+Green+Blue) = 152+206+185=543 (71% of max value = 765). Red value is 152 (59.77% from 255 or 27.99% from 543); Green value is 206 (80.86% from 255 or 37.94% from 543); Blue value is 185 (72.66% from 255 or 34.07% from 543); Max value from RGB is 206 - color contains mainly: green. Hex color #98CEB9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98CEB9 is #673146. Grayscale: #BBBBBB. Windows color (decimal): -6762823 or 12177048. OLE color: 12177048.

HSL color Cylindrical-coordinate representation of color #98CEB9: hue angle of 156.67º degrees, saturation: 0.36, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #98CEB9 is Cyan = 0.26, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.19.

Color convert

RGB 152 206 185 -
CMYK 0.26 0 0.10 0.19
HSL 156.67º 0.36% 0.7% -
HSV(B) 156.67º 0.26% 0.81% -
XYZ 43.78 54.32 54.08 -
YUV 187.46 126.61 102.71 -
System Red Green Blue C M Y K H S L
Decimal 152 206 185 0.26 0 0.10 0.19 156.67 0.36 0.7
Hex 98 CE B9 1A 0 A 13 9D 24 46
Octal 230 316 271 32 0 12 23 235 44 106
Binary 10011000 11001110 10111001 11010 0 1010 10011 10011101 100100 1000110

Color Harmonies of #98CEB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98CEB9

Black with #98CEB9

Text Example


Text Example

White with #98CEB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,206,185); }

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

background-color css

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

 a { background-color: rgb(152,206,185); }

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

border-color css

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

 span { border-color: rgb(152,206,185); }

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