Html Css Color HEX #9ABEC6 Casper

📋 copy color: '#9ABEC6'

red 154 ◦ green 190 ◦ blue 198

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

Shades of Casper #9ABEC6

Tints of Casper #9ABEC6

RGB

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

 GREEN value IS 190 (74.61% from 255) = 35.06%

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

R = 28.41%
G = 35.06%
B = 36.53%

CMYK

 C value IS 0.22

 M value IS 0.04

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#9ABEC6 (or 0x9ABEC6) is known color: Casper. HEX triplet: 9A, BE and C6. RGB value is (154,190,198). Sum of RGB (Red+Green+Blue) = 154+190+198=542 (71% of max value = 765). Red value is 154 (60.55% from 255 or 28.41% from 542); Green value is 190 (74.61% from 255 or 35.06% from 542); Blue value is 198 (77.73% from 255 or 36.53% from 542); Max value from RGB is 198 - color contains mainly: blue. Hex color #9ABEC6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ABEC6 is #654139. Grayscale: #B4B4B4. Windows color (decimal): -6635834 or 13024922. OLE color: 13024922.

HSL color Cylindrical-coordinate representation of color #9ABEC6: hue angle of 190.91º 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 #9ABEC6 is Cyan = 0.22, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 154 190 198 -
CMYK 0.22 0.04 0 0.22
HSL 190.91º 0.28% 0.69% -
HSV(B) 190.91º 0.22% 0.78% -
XYZ 41.93 47.77 60.44 -
YUV 180.15 138.07 109.35 -
System Red Green Blue C M Y K H S L
Decimal 154 190 198 0.22 0.04 0 0.22 190.91 0.28 0.69
Hex 9A BE C6 16 4 0 16 BF 1C 45
Octal 232 276 306 26 4 0 26 277 34 105
Binary 10011010 10111110 11000110 10110 100 0 10110 10111111 11100 1000101

Color Harmonies of #9ABEC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ABEC6

Black with #9ABEC6

Text Example


Text Example

White with #9ABEC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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