Html Css Color HEX #94BBC9 Nepal

📋 copy color: '#94BBC9'

red 148 ◦ green 187 ◦ blue 201

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

Shades of Nepal #94BBC9

Tints of Nepal #94BBC9

RGB

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

 GREEN value IS 187 (73.44% from 255) = 34.89%

 BLUE value IS 201 (78.91% from 255) = 37.5%

R = 27.61%
G = 34.89%
B = 37.5%

CMYK

 C value IS 0.26

 M value IS 0.07

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#94BBC9 (or 0x94BBC9) is known color: Nepal. HEX triplet: 94, BB and C9. RGB value is (148,187,201). Sum of RGB (Red+Green+Blue) = 148+187+201=536 (70% of max value = 765). Red value is 148 (58.20% from 255 or 27.61% from 536); Green value is 187 (73.44% from 255 or 34.89% from 536); Blue value is 201 (78.91% from 255 or 37.5% from 536); Max value from RGB is 201 - color contains mainly: blue. Hex color #94BBC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94BBC9 is #6B4436. Grayscale: #B0B0B0. Windows color (decimal): -7029815 or 13220756. OLE color: 13220756.

HSL color Cylindrical-coordinate representation of color #94BBC9: hue angle of 195.85º degrees, saturation: 0.33, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #94BBC9 is Cyan = 0.26, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 148 187 201 -
CMYK 0.26 0.07 0 0.21
HSL 195.85º 0.33% 0.68% -
HSV(B) 195.85º 0.26% 0.79% -
XYZ 40.53 46.05 62.01 -
YUV 176.94 141.58 107.36 -
System Red Green Blue C M Y K H S L
Decimal 148 187 201 0.26 0.07 0 0.21 195.85 0.33 0.68
Hex 94 BB C9 1A 7 0 15 C4 21 44
Octal 224 273 311 32 7 0 25 304 41 104
Binary 10010100 10111011 11001001 11010 111 0 10101 11000100 100001 1000100

Color Harmonies of #94BBC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94BBC9

Black with #94BBC9

Text Example


Text Example

White with #94BBC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,187,201); }

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

background-color css

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

 a { background-color: rgb(148,187,201); }

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

border-color css

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

 span { border-color: rgb(148,187,201); }

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