Html Css Color HEX #98BCAE Skeptic

📋 copy color: '#98BCAE'

red 152 ◦ green 188 ◦ blue 174

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

Shades of Skeptic #98BCAE

Tints of Skeptic #98BCAE

RGB

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

 GREEN value IS 188 (73.83% from 255) = 36.58%

 BLUE value IS 174 (68.36% from 255) = 33.85%

R = 29.57%
G = 36.58%
B = 33.85%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.07

 K value IS 0.26

RGB Variations

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

Color information

#98BCAE (or 0x98BCAE) is known color: Skeptic. HEX triplet: 98, BC and AE. RGB value is (152,188,174). Sum of RGB (Red+Green+Blue) = 152+188+174=514 (68% of max value = 765). Red value is 152 (59.77% from 255 or 29.57% from 514); Green value is 188 (73.83% from 255 or 36.58% from 514); Blue value is 174 (68.36% from 255 or 33.85% from 514); Max value from RGB is 188 - color contains mainly: green. Hex color #98BCAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98BCAE is #674351. Grayscale: #AFAFAF. Windows color (decimal): -6767442 or 11451544. OLE color: 11451544.

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

Color convert

RGB 152 188 174 -
CMYK 0.19 0 0.07 0.26
HSL 156.67º 0.21% 0.67% -
HSV(B) 156.67º 0.19% 0.74% -
XYZ 38.57 45.7 46.83 -
YUV 175.64 127.07 111.14 -
System Red Green Blue C M Y K H S L
Decimal 152 188 174 0.19 0 0.07 0.26 156.67 0.21 0.67
Hex 98 BC AE 13 0 7 1A 9D 15 43
Octal 230 274 256 23 0 7 32 235 25 103
Binary 10011000 10111100 10101110 10011 0 111 11010 10011101 10101 1000011

Color Harmonies of #98BCAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98BCAE

Black with #98BCAE

Text Example


Text Example

White with #98BCAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,188,174); }

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

background-color css

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

 a { background-color: rgb(152,188,174); }

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

border-color css

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

 span { border-color: rgb(152,188,174); }

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