Html Css Color HEX #9ABDC6 Casper

📋 copy color: '#9ABDC6'

red 154 ◦ green 189 ◦ blue 198

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

Shades of Casper #9ABDC6

Tints of Casper #9ABDC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 36.6%

R = 28.47%
G = 34.94%
B = 36.6%

CMYK

 C value IS 0.22

 M value IS 0.05

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#9ABDC6 (or 0x9ABDC6) is known color: Casper. HEX triplet: 9A, BD and C6. RGB value is (154,189,198). Sum of RGB (Red+Green+Blue) = 154+189+198=541 (71% of max value = 765). Red value is 154 (60.55% from 255 or 28.47% from 541); Green value is 189 (74.22% from 255 or 34.94% from 541); Blue value is 198 (77.73% from 255 or 36.60% from 541); Max value from RGB is 198 - color contains mainly: blue. Hex color #9ABDC6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ABDC6 is #654239. Grayscale: #B3B3B3. Windows color (decimal): -6636090 or 13024666. OLE color: 13024666.

HSL color Cylindrical-coordinate representation of color #9ABDC6: hue angle of 192.27º degrees, saturation: 0.28, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9ABDC6 is Cyan = 0.22, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 154 189 198 -
CMYK 0.22 0.05 0 0.22
HSL 192.27º 0.28% 0.69% -
HSV(B) 192.27º 0.22% 0.78% -
XYZ 41.72 47.34 60.37 -
YUV 179.56 138.4 109.77 -
System Red Green Blue C M Y K H S L
Decimal 154 189 198 0.22 0.05 0 0.22 192.27 0.28 0.69
Hex 9A BD C6 16 5 0 16 C0 1C 45
Octal 232 275 306 26 5 0 26 300 34 105
Binary 10011010 10111101 11000110 10110 101 0 10110 11000000 11100 1000101

Color Harmonies of #9ABDC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ABDC6

Black with #9ABDC6

Text Example


Text Example

White with #9ABDC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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