#89AFC2

Color #89AFC2 Nepal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Nepal #89AFC2

Tints of Nepal #89AFC2

Color information

#89AFC2 (or 0x89AFC2) is unknown color: approx Nepal. HEX triplet: 89, AF and C2. RGB value is (137,175,194). Sum of RGB (Red+Green+Blue) = 137+175+194=506 (67% of max value = 765). Red value is 137 (53.91% from 255 or 27.08% from 506); Green value is 175 (68.75% from 255 or 34.58% from 506); Blue value is 194 (76.17% from 255 or 38.34% from 506); Max value from RGB is 194 - color contains mainly: blue. Hex color #89AFC2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #89AFC2 is #76503D. Grayscale: #A5A5A5. Windows color (decimal): -7753790 or 12758921. OLE color: 12758921.

HSL color Cylindrical-coordinate representation of color #89AFC2: hue angle of 200º degrees, saturation: 0.32, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #89AFC2 is Cyan = 0.29, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB137175194-
CMYK0.290.1000.24
HSL200º31.84%64.9%-
HSV(B)200º29.38%76.08%-
XYZ35.3839.8756.87-
YUV165.8143.91107.46-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 27.08%
GREEN value IS 175 (68.75% from 255) = 34.58%
BLUE value IS 194 (76.17% from 255) = 38.34%
R=27.08%
G=34.58%
B=38.34%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1371751940.290.1000.2420031.8464.9
Hex89AFC21DA018c82041
Octal211257302351203031040101
Binary100010011010111111000010111011010011000110010001000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89AFC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89AFC2; }

 p { color: rgb(137,175,194); }

 H1.HeaderClassName
 {
   color: #89AFC2;
 }
 .AnyTagClassName
 {
   color: #89AFC2;
 }
</style>
background-color css

<style>
 a { background-color: #89AFC2; }

 a { background-color: rgb(137,175,194); }

 div.DivClassName
 {
   background-color: #89AFC2;
 }
 .BgClassName
 {
   background-color: #89AFC2;
 }
</style>
border-color css

<style>
 span { border-color: #89AFC2; }

 span { border-color: rgb(137,175,194); }

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