Html Css Color HEX #9AB9C1 Casper

📋 copy color: '#9AB9C1'

red 154 ◦ green 185 ◦ blue 193

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

Shades of Casper #9AB9C1

Tints of Casper #9AB9C1

RGB

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

 GREEN value IS 185 (72.66% from 255) = 34.77%

 BLUE value IS 193 (75.78% from 255) = 36.28%

R = 28.95%
G = 34.77%
B = 36.28%

CMYK

 C value IS 0.20

 M value IS 0.04

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#9AB9C1 (or 0x9AB9C1) is known color: Casper. HEX triplet: 9A, B9 and C1. RGB value is (154,185,193). Sum of RGB (Red+Green+Blue) = 154+185+193=532 (70% of max value = 765). Red value is 154 (60.55% from 255 or 28.95% from 532); Green value is 185 (72.66% from 255 or 34.77% from 532); Blue value is 193 (75.78% from 255 or 36.28% from 532); Max value from RGB is 193 - color contains mainly: blue. Hex color #9AB9C1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9AB9C1 is #65463E. Grayscale: #B0B0B0. Windows color (decimal): -6637119 or 12695962. OLE color: 12695962.

HSL color Cylindrical-coordinate representation of color #9AB9C1: hue angle of 192.31º degrees, saturation: 0.24, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #9AB9C1 is Cyan = 0.20, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 154 185 193 -
CMYK 0.20 0.04 0 0.24
HSL 192.31º 0.24% 0.68% -
HSV(B) 192.31º 0.2% 0.76% -
XYZ 40.3 45.42 57.09 -
YUV 176.64 137.23 111.85 -
System Red Green Blue C M Y K H S L
Decimal 154 185 193 0.20 0.04 0 0.24 192.31 0.24 0.68
Hex 9A B9 C1 14 4 0 18 C0 18 44
Octal 232 271 301 24 4 0 30 300 30 104
Binary 10011010 10111001 11000001 10100 100 0 11000 11000000 11000 1000100

Color Harmonies of #9AB9C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AB9C1

Black with #9AB9C1

Text Example


Text Example

White with #9AB9C1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,185,193); }

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

background-color css

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

 a { background-color: rgb(154,185,193); }

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

border-color css

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

 span { border-color: rgb(154,185,193); }

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