Html Css Color HEX #98BCA8 Skeptic

📋 copy color: '#98BCA8'

red 152 ◦ green 188 ◦ blue 168

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

Shades of Skeptic #98BCA8

Tints of Skeptic #98BCA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 33.07%

R = 29.92%
G = 37.01%
B = 33.07%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.11

 K value IS 0.26

RGB Variations

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

Color information

#98BCA8 (or 0x98BCA8) is known color: Skeptic. HEX triplet: 98, BC and A8. RGB value is (152,188,168). Sum of RGB (Red+Green+Blue) = 152+188+168=508 (67% of max value = 765). Red value is 152 (59.77% from 255 or 29.92% from 508); Green value is 188 (73.83% from 255 or 37.01% from 508); Blue value is 168 (66.02% from 255 or 33.07% from 508); Max value from RGB is 188 - color contains mainly: green. Hex color #98BCA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98BCA8 is #674357. Grayscale: #AEAEAE. Windows color (decimal): -6767448 or 11058328. OLE color: 11058328.

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

Color convert

RGB 152 188 168 -
CMYK 0.19 0 0.11 0.26
HSL 146.67º 0.21% 0.67% -
HSV(B) 146.67º 0.19% 0.74% -
XYZ 38 45.47 43.82 -
YUV 174.96 124.07 111.63 -
System Red Green Blue C M Y K H S L
Decimal 152 188 168 0.19 0 0.11 0.26 146.67 0.21 0.67
Hex 98 BC A8 13 0 B 1A 93 15 43
Octal 230 274 250 23 0 13 32 223 25 103
Binary 10011000 10111100 10101000 10011 0 1011 11010 10010011 10101 1000011

Color Harmonies of #98BCA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98BCA8

Black with #98BCA8

Text Example


Text Example

White with #98BCA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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