Html Css Color HEX #9ABCBF Casper

📋 copy color: '#9ABCBF'

red 154 ◦ green 188 ◦ blue 191

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

Shades of Casper #9ABCBF

Tints of Casper #9ABCBF

RGB

 RED value IS 154 (60.55% from 255) = 28.89%

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

 BLUE value IS 191 (75% from 255) = 35.83%

R = 28.89%
G = 35.27%
B = 35.83%

CMYK

 C value IS 0.19

 M value IS 0.02

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9ABCBF (or 0x9ABCBF) is known color: Casper. HEX triplet: 9A, BC and BF. RGB value is (154,188,191). Sum of RGB (Red+Green+Blue) = 154+188+191=533 (70% of max value = 765). Red value is 154 (60.55% from 255 or 28.89% from 533); Green value is 188 (73.83% from 255 or 35.27% from 533); Blue value is 191 (75% from 255 or 35.83% from 533); Max value from RGB is 191 - color contains mainly: blue. Hex color #9ABCBF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ABCBF is #654340. Grayscale: #B2B2B2. Windows color (decimal): -6636353 or 12565658. OLE color: 12565658.

HSL color Cylindrical-coordinate representation of color #9ABCBF: hue angle of 184.86º degrees, saturation: 0.22, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9ABCBF is Cyan = 0.19, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 154 188 191 -
CMYK 0.19 0.02 0 0.25
HSL 184.86º 0.22% 0.68% -
HSV(B) 184.86º 0.19% 0.75% -
XYZ 40.71 46.6 56.14 -
YUV 178.18 135.24 110.76 -
System Red Green Blue C M Y K H S L
Decimal 154 188 191 0.19 0.02 0 0.25 184.86 0.22 0.68
Hex 9A BC BF 13 2 0 19 B9 16 44
Octal 232 274 277 23 2 0 31 271 26 104
Binary 10011010 10111100 10111111 10011 10 0 11001 10111001 10110 1000100

Color Harmonies of #9ABCBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ABCBF

Black with #9ABCBF

Text Example


Text Example

White with #9ABCBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9ABCBF; }

 p { color: rgb(154,188,191); }

 H1.HeaderClassName
 {
   color: #9ABCBF;
 }
 .AnyTagClassName
 {
   color: #9ABCBF;
 }
</style>

background-color css

<style>
 a { background-color: #9ABCBF; }

 a { background-color: rgb(154,188,191); }

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

border-color css

<style>
 span { border-color: #9ABCBF; }

 span { border-color: rgb(154,188,191); }

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