Html Css Color HEX #98CEAF Vista Blue

📋 copy color: '#98CEAF'

red 152 ◦ green 206 ◦ blue 175

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

Shades of Vista Blue #98CEAF

Tints of Vista Blue #98CEAF

RGB

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

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

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

R = 28.52%
G = 38.65%
B = 32.83%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.15

 K value IS 0.19

RGB Variations

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

Color information

#98CEAF (or 0x98CEAF) is known color: Vista Blue. HEX triplet: 98, CE and AF. RGB value is (152,206,175). Sum of RGB (Red+Green+Blue) = 152+206+175=533 (70% of max value = 765). Red value is 152 (59.77% from 255 or 28.52% from 533); Green value is 206 (80.86% from 255 or 38.65% from 533); Blue value is 175 (68.75% from 255 or 32.83% from 533); Max value from RGB is 206 - color contains mainly: green. Hex color #98CEAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98CEAF is #673150. Grayscale: #BABABA. Windows color (decimal): -6762833 or 11521688. OLE color: 11521688.

HSL color Cylindrical-coordinate representation of color #98CEAF: hue angle of 145.56º 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 #98CEAF is Cyan = 0.26, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.19.

Color convert

RGB 152 206 175 -
CMYK 0.26 0 0.15 0.19
HSL 145.56º 0.36% 0.7% -
HSV(B) 145.56º 0.26% 0.81% -
XYZ 42.76 53.91 48.71 -
YUV 186.32 121.61 103.52 -
System Red Green Blue C M Y K H S L
Decimal 152 206 175 0.26 0 0.15 0.19 145.56 0.36 0.7
Hex 98 CE AF 1A 0 F 13 92 24 46
Octal 230 316 257 32 0 17 23 222 44 106
Binary 10011000 11001110 10101111 11010 0 1111 10011 10010010 100100 1000110

Color Harmonies of #98CEAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98CEAF

Black with #98CEAF

Text Example


Text Example

White with #98CEAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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