Html Css Color HEX #9ABEC7 Heather

📋 copy color: '#9ABEC7'

red 154 ◦ green 190 ◦ blue 199

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

Shades of Heather #9ABEC7

Tints of Heather #9ABEC7

RGB

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

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

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

R = 28.36%
G = 34.99%
B = 36.65%

CMYK

 C value IS 0.23

 M value IS 0.05

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#9ABEC7 (or 0x9ABEC7) is known color: Heather. HEX triplet: 9A, BE and C7. RGB value is (154,190,199). Sum of RGB (Red+Green+Blue) = 154+190+199=543 (71% of max value = 765). Red value is 154 (60.55% from 255 or 28.36% from 543); Green value is 190 (74.61% from 255 or 34.99% from 543); Blue value is 199 (78.12% from 255 or 36.65% from 543); Max value from RGB is 199 - color contains mainly: blue. Hex color #9ABEC7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ABEC7 is #654138. Grayscale: #B4B4B4. Windows color (decimal): -6635833 or 13090458. OLE color: 13090458.

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

Color convert

RGB 154 190 199 -
CMYK 0.23 0.05 0 0.22
HSL 192º 0.29% 0.69% -
HSV(B) 192º 0.23% 0.78% -
XYZ 42.05 47.82 61.05 -
YUV 180.26 138.57 109.27 -
System Red Green Blue C M Y K H S L
Decimal 154 190 199 0.23 0.05 0 0.22 192 0.29 0.69
Hex 9A BE C7 17 5 0 16 C0 1D 45
Octal 232 276 307 27 5 0 26 300 35 105
Binary 10011010 10111110 11000111 10111 101 0 10110 11000000 11101 1000101

Color Harmonies of #9ABEC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ABEC7

Black with #9ABEC7

Text Example


Text Example

White with #9ABEC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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