Html Css Color HEX #98CFB9 Vista Blue

📋 copy color: '#98CFB9'

red 152 ◦ green 207 ◦ blue 185

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

Shades of Vista Blue #98CFB9

Tints of Vista Blue #98CFB9

RGB

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

 GREEN value IS 207 (81.25% from 255) = 38.05%

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

R = 27.94%
G = 38.05%
B = 34.01%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.11

 K value IS 0.19

RGB Variations

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

Color information

#98CFB9 (or 0x98CFB9) is known color: Vista Blue. HEX triplet: 98, CF and B9. RGB value is (152,207,185). Sum of RGB (Red+Green+Blue) = 152+207+185=544 (72% of max value = 765). Red value is 152 (59.77% from 255 or 27.94% from 544); Green value is 207 (81.25% from 255 or 38.05% from 544); Blue value is 185 (72.66% from 255 or 34.01% from 544); Max value from RGB is 207 - color contains mainly: green. Hex color #98CFB9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98CFB9 is #673046. Grayscale: #BCBCBC. Windows color (decimal): -6762567 or 12177304. OLE color: 12177304.

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

Color convert

RGB 152 207 185 -
CMYK 0.27 0 0.11 0.19
HSL 156º 0.36% 0.7% -
HSV(B) 156º 0.27% 0.81% -
XYZ 44.02 54.8 54.16 -
YUV 188.05 126.28 102.29 -
System Red Green Blue C M Y K H S L
Decimal 152 207 185 0.27 0 0.11 0.19 156 0.36 0.7
Hex 98 CF B9 1B 0 B 13 9C 24 46
Octal 230 317 271 33 0 13 23 234 44 106
Binary 10011000 11001111 10111001 11011 0 1011 10011 10011100 100100 1000110

Color Harmonies of #98CFB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98CFB9

Black with #98CFB9

Text Example


Text Example

White with #98CFB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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