Html Css Color HEX #98DCBB Vista Blue

📋 copy color: '#98DCBB'

red 152 ◦ green 220 ◦ blue 187

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

Shades of Vista Blue #98DCBB

Tints of Vista Blue #98DCBB

RGB

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

 GREEN value IS 220 (86.33% from 255) = 39.36%

 BLUE value IS 187 (73.44% from 255) = 33.45%

R = 27.19%
G = 39.36%
B = 33.45%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#98DCBB (or 0x98DCBB) is known color: Vista Blue. HEX triplet: 98, DC and BB. RGB value is (152,220,187). Sum of RGB (Red+Green+Blue) = 152+220+187=559 (74% of max value = 765). Red value is 152 (59.77% from 255 or 27.19% from 559); Green value is 220 (86.33% from 255 or 39.36% from 559); Blue value is 187 (73.44% from 255 or 33.45% from 559); Max value from RGB is 220 - color contains mainly: green. Hex color #98DCBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98DCBB is #672344. Grayscale: #C3C3C3. Windows color (decimal): -6759237 or 12311704. OLE color: 12311704.

HSL color Cylindrical-coordinate representation of color #98DCBB: hue angle of 150.88º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #98DCBB is Cyan = 0.31, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.

Color convert

RGB 152 220 187 -
CMYK 0.31 0 0.15 0.14
HSL 150.88º 0.49% 0.73% -
HSV(B) 150.88º 0.31% 0.86% -
XYZ 47.51 61.45 56.37 -
YUV 195.91 122.97 96.68 -
System Red Green Blue C M Y K H S L
Decimal 152 220 187 0.31 0 0.15 0.14 150.88 0.49 0.73
Hex 98 DC BB 1F 0 F E 97 31 49
Octal 230 334 273 37 0 17 16 227 61 111
Binary 10011000 11011100 10111011 11111 0 1111 1110 10010111 110001 1001001

Color Harmonies of #98DCBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98DCBB

Black with #98DCBB

Text Example


Text Example

White with #98DCBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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