Html Css Color HEX #9ABCC7 Heather

📋 copy color: '#9ABCC7'

red 154 ◦ green 188 ◦ blue 199

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

Shades of Heather #9ABCC7

Tints of Heather #9ABCC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 36.78%

R = 28.47%
G = 34.75%
B = 36.78%

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

#9ABCC7 (or 0x9ABCC7) is known color: Heather. HEX triplet: 9A, BC and C7. RGB value is (154,188,199). Sum of RGB (Red+Green+Blue) = 154+188+199=541 (71% of max value = 765). Red value is 154 (60.55% from 255 or 28.47% from 541); Green value is 188 (73.83% from 255 or 34.75% from 541); Blue value is 199 (78.12% from 255 or 36.78% from 541); Max value from RGB is 199 - color contains mainly: blue. Hex color #9ABCC7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ABCC7 is #654338. Grayscale: #B3B3B3. Windows color (decimal): -6636345 or 13089946. OLE color: 13089946.

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

Color convert

RGB 154 188 199 -
CMYK 0.23 0.06 0 0.22
HSL 194.67º 0.29% 0.69% -
HSV(B) 194.67º 0.23% 0.78% -
XYZ 41.62 46.96 60.9 -
YUV 179.09 139.24 110.11 -
System Red Green Blue C M Y K H S L
Decimal 154 188 199 0.23 0.06 0 0.22 194.67 0.29 0.69
Hex 9A BC C7 17 6 0 16 C3 1D 45
Octal 232 274 307 27 6 0 26 303 35 105
Binary 10011010 10111100 11000111 10111 110 0 10110 11000011 11101 1000101

Color Harmonies of #9ABCC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ABCC7

Black with #9ABCC7

Text Example


Text Example

White with #9ABCC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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