Html Css Color HEX #9ABBC6 Heather

📋 copy color: '#9ABBC6'

red 154 ◦ green 187 ◦ blue 198

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

Shades of Heather #9ABBC6

Tints of Heather #9ABBC6

RGB

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

 GREEN value IS 187 (73.44% from 255) = 34.69%

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

R = 28.57%
G = 34.69%
B = 36.73%

CMYK

 C value IS 0.22

 M value IS 0.06

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#9ABBC6 (or 0x9ABBC6) is known color: Heather. HEX triplet: 9A, BB and C6. RGB value is (154,187,198). Sum of RGB (Red+Green+Blue) = 154+187+198=539 (71% of max value = 765). Red value is 154 (60.55% from 255 or 28.57% from 539); Green value is 187 (73.44% from 255 or 34.69% from 539); Blue value is 198 (77.73% from 255 or 36.73% from 539); Max value from RGB is 198 - color contains mainly: blue. Hex color #9ABBC6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ABBC6 is #654439. Grayscale: #B2B2B2. Windows color (decimal): -6636602 or 13024154. OLE color: 13024154.

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

Color convert

RGB 154 187 198 -
CMYK 0.22 0.06 0 0.22
HSL 195º 0.28% 0.69% -
HSV(B) 195º 0.22% 0.78% -
XYZ 41.29 46.49 60.22 -
YUV 178.39 139.07 110.61 -
System Red Green Blue C M Y K H S L
Decimal 154 187 198 0.22 0.06 0 0.22 195 0.28 0.69
Hex 9A BB C6 16 6 0 16 C3 1C 45
Octal 232 273 306 26 6 0 26 303 34 105
Binary 10011010 10111011 11000110 10110 110 0 10110 11000011 11100 1000101

Color Harmonies of #9ABBC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ABBC6

Black with #9ABBC6

Text Example


Text Example

White with #9ABBC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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