Html Css Color HEX #9ABDC1 Casper

📋 copy color: '#9ABDC1'

red 154 ◦ green 189 ◦ blue 193

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

Shades of Casper #9ABDC1

Tints of Casper #9ABDC1

RGB

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

 GREEN value IS 189 (74.22% from 255) = 35.26%

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

R = 28.73%
G = 35.26%
B = 36.01%

CMYK

 C value IS 0.20

 M value IS 0.02

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#9ABDC1 (or 0x9ABDC1) is known color: Casper. HEX triplet: 9A, BD and C1. RGB value is (154,189,193). Sum of RGB (Red+Green+Blue) = 154+189+193=536 (70% of max value = 765). Red value is 154 (60.55% from 255 or 28.73% from 536); Green value is 189 (74.22% from 255 or 35.26% from 536); Blue value is 193 (75.78% from 255 or 36.01% from 536); Max value from RGB is 193 - color contains mainly: blue. Hex color #9ABDC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ABDC1 is #65423E. Grayscale: #B2B2B2. Windows color (decimal): -6636095 or 12696986. OLE color: 12696986.

HSL color Cylindrical-coordinate representation of color #9ABDC1: hue angle of 186.15º 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 #9ABDC1 is Cyan = 0.20, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 154 189 193 -
CMYK 0.20 0.02 0 0.24
HSL 186.15º 0.24% 0.68% -
HSV(B) 186.15º 0.2% 0.76% -
XYZ 41.15 47.12 57.38 -
YUV 178.99 135.9 110.17 -
System Red Green Blue C M Y K H S L
Decimal 154 189 193 0.20 0.02 0 0.24 186.15 0.24 0.68
Hex 9A BD C1 14 2 0 18 BA 18 44
Octal 232 275 301 24 2 0 30 272 30 104
Binary 10011010 10111101 11000001 10100 10 0 11000 10111010 11000 1000100

Color Harmonies of #9ABDC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ABDC1

Black with #9ABDC1

Text Example


Text Example

White with #9ABDC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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