Html Css Color HEX #9EBABB Casper

📋 copy color: '#9EBABB'

red 158 ◦ green 186 ◦ blue 187

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

Shades of Casper #9EBABB

Tints of Casper #9EBABB

RGB

 RED value IS 158 (62.11% from 255) = 29.76%

 GREEN value IS 186 (73.05% from 255) = 35.03%

 BLUE value IS 187 (73.44% from 255) = 35.22%

R = 29.76%
G = 35.03%
B = 35.22%

CMYK

 C value IS 0.16

 M value IS 0.01

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9EBABB (or 0x9EBABB) is known color: Casper. HEX triplet: 9E, BA and BB. RGB value is (158,186,187). Sum of RGB (Red+Green+Blue) = 158+186+187=531 (70% of max value = 765). Red value is 158 (62.11% from 255 or 29.76% from 531); Green value is 186 (73.05% from 255 or 35.03% from 531); Blue value is 187 (73.44% from 255 or 35.22% from 531); Max value from RGB is 187 - color contains mainly: blue. Hex color #9EBABB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9EBABB is #614544. Grayscale: #B1B1B1. Windows color (decimal): -6374725 or 12303006. OLE color: 12303006.

HSL color Cylindrical-coordinate representation of color #9EBABB: hue angle of 182.07º degrees, saturation: 0.18, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #9EBABB is Cyan = 0.16, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 158 186 187 -
CMYK 0.16 0.01 0 0.27
HSL 182.07º 0.18% 0.68% -
HSV(B) 182.07º 0.16% 0.73% -
XYZ 40.63 45.97 53.75 -
YUV 177.74 133.22 113.92 -
System Red Green Blue C M Y K H S L
Decimal 158 186 187 0.16 0.01 0 0.27 182.07 0.18 0.68
Hex 9E BA BB 10 1 0 1B B6 12 44
Octal 236 272 273 20 1 0 33 266 22 104
Binary 10011110 10111010 10111011 10000 1 0 11011 10110110 10010 1000100

Color Harmonies of #9EBABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EBABB

Black with #9EBABB

Text Example


Text Example

White with #9EBABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,186,187); }

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

background-color css

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

 a { background-color: rgb(158,186,187); }

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

border-color css

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

 span { border-color: rgb(158,186,187); }

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