Html Css Color HEX #94ABBA Nepal

📋 copy color: '#94ABBA'

red 148 ◦ green 171 ◦ blue 186

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

Shades of Nepal #94ABBA

Tints of Nepal #94ABBA

RGB

 RED value IS 148 (58.2% from 255) = 29.31%

 GREEN value IS 171 (67.19% from 255) = 33.86%

 BLUE value IS 186 (73.05% from 255) = 36.83%

R = 29.31%
G = 33.86%
B = 36.83%

CMYK

 C value IS 0.20

 M value IS 0.08

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#94ABBA (or 0x94ABBA) is known color: Nepal. HEX triplet: 94, AB and BA. RGB value is (148,171,186). Sum of RGB (Red+Green+Blue) = 148+171+186=505 (66% of max value = 765). Red value is 148 (58.20% from 255 or 29.31% from 505); Green value is 171 (67.19% from 255 or 33.86% from 505); Blue value is 186 (73.05% from 255 or 36.83% from 505); Max value from RGB is 186 - color contains mainly: blue. Hex color #94ABBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #94ABBA is #6B5445. Grayscale: #A5A5A5. Windows color (decimal): -7033926 or 12233620. OLE color: 12233620.

HSL color Cylindrical-coordinate representation of color #94ABBA: hue angle of 203.68º degrees, saturation: 0.22, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #94ABBA is Cyan = 0.20, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 148 171 186 -
CMYK 0.20 0.08 0 0.27
HSL 203.68º 0.22% 0.65% -
HSV(B) 203.68º 0.2% 0.73% -
XYZ 35.64 38.97 52.1 -
YUV 165.83 139.38 115.28 -
System Red Green Blue C M Y K H S L
Decimal 148 171 186 0.20 0.08 0 0.27 203.68 0.22 0.65
Hex 94 AB BA 14 8 0 1B CC 16 41
Octal 224 253 272 24 10 0 33 314 26 101
Binary 10010100 10101011 10111010 10100 1000 0 11011 11001100 10110 1000001

Color Harmonies of #94ABBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94ABBA

Black with #94ABBA

Text Example


Text Example

White with #94ABBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94ABBA; }

 p { color: rgb(148,171,186); }

 H1.HeaderClassName
 {
   color: #94ABBA;
 }
 .AnyTagClassName
 {
   color: #94ABBA;
 }
</style>

background-color css

<style>
 a { background-color: #94ABBA; }

 a { background-color: rgb(148,171,186); }

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

border-color css

<style>
 span { border-color: #94ABBA; }

 span { border-color: rgb(148,171,186); }

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