Html Css Color HEX #98DEAF Vista Blue

📋 copy color: '#98DEAF'

red 152 ◦ green 222 ◦ blue 175

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

Shades of Vista Blue #98DEAF

Tints of Vista Blue #98DEAF

RGB

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

 GREEN value IS 222 (87.11% from 255) = 40.44%

 BLUE value IS 175 (68.75% from 255) = 31.88%

R = 27.69%
G = 40.44%
B = 31.88%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.21

 K value IS 0.13

RGB Variations

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

Color information

#98DEAF (or 0x98DEAF) is known color: Vista Blue. HEX triplet: 98, DE and AF. RGB value is (152,222,175). Sum of RGB (Red+Green+Blue) = 152+222+175=549 (72% of max value = 765). Red value is 152 (59.77% from 255 or 27.69% from 549); Green value is 222 (87.11% from 255 or 40.44% from 549); Blue value is 175 (68.75% from 255 or 31.88% from 549); Max value from RGB is 222 - color contains mainly: green. Hex color #98DEAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98DEAF is #672150. Grayscale: #C3C3C3. Windows color (decimal): -6758737 or 11525784. OLE color: 11525784.

HSL color Cylindrical-coordinate representation of color #98DEAF: hue angle of 139.71º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #98DEAF is Cyan = 0.32, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.13.

Color convert

RGB 152 222 175 -
CMYK 0.32 0 0.21 0.13
HSL 139.71º 0.51% 0.73% -
HSV(B) 139.71º 0.32% 0.87% -
XYZ 46.81 62.01 50.06 -
YUV 195.71 116.31 96.82 -
System Red Green Blue C M Y K H S L
Decimal 152 222 175 0.32 0 0.21 0.13 139.71 0.51 0.73
Hex 98 DE AF 20 0 15 D 8C 33 49
Octal 230 336 257 40 0 25 15 214 63 111
Binary 10011000 11011110 10101111 100000 0 10101 1101 10001100 110011 1001001

Color Harmonies of #98DEAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98DEAF

Black with #98DEAF

Text Example


Text Example

White with #98DEAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,222,175); }

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

background-color css

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

 a { background-color: rgb(152,222,175); }

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

border-color css

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

 span { border-color: rgb(152,222,175); }

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