Html Css Color HEX #9ABCC8 Heather

📋 copy color: '#9ABCC8'

red 154 ◦ green 188 ◦ blue 200

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

Shades of Heather #9ABCC8

Tints of Heather #9ABCC8

RGB

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

 GREEN value IS 188 (73.83% from 255) = 34.69%

 BLUE value IS 200 (78.52% from 255) = 36.9%

R = 28.41%
G = 34.69%
B = 36.9%

CMYK

 C value IS 0.23

 M value IS 0.06

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#9ABCC8 (or 0x9ABCC8) is known color: Heather. HEX triplet: 9A, BC and C8. RGB value is (154,188,200). Sum of RGB (Red+Green+Blue) = 154+188+200=542 (71% of max value = 765). Red value is 154 (60.55% from 255 or 28.41% from 542); Green value is 188 (73.83% from 255 or 34.69% from 542); Blue value is 200 (78.52% from 255 or 36.90% from 542); Max value from RGB is 200 - color contains mainly: blue. Hex color #9ABCC8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ABCC8 is #654337. Grayscale: #B3B3B3. Windows color (decimal): -6636344 or 13155482. OLE color: 13155482.

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

Color convert

RGB 154 188 200 -
CMYK 0.23 0.06 0 0.22
HSL 195.65º 0.29% 0.69% -
HSV(B) 195.65º 0.23% 0.78% -
XYZ 41.73 47.01 61.52 -
YUV 179.2 139.74 110.02 -
System Red Green Blue C M Y K H S L
Decimal 154 188 200 0.23 0.06 0 0.22 195.65 0.29 0.69
Hex 9A BC C8 17 6 0 16 C4 1D 45
Octal 232 274 310 27 6 0 26 304 35 105
Binary 10011010 10111100 11001000 10111 110 0 10110 11000100 11101 1000101

Color Harmonies of #9ABCC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ABCC8

Black with #9ABCC8

Text Example


Text Example

White with #9ABCC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,188,200); }

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

background-color css

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

 a { background-color: rgb(154,188,200); }

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

border-color css

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

 span { border-color: rgb(154,188,200); }

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