Html Css Color HEX #93AFBC Nepal

📋 copy color: '#93AFBC'

red 147 ◦ green 175 ◦ blue 188

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

Shades of Nepal #93AFBC

Tints of Nepal #93AFBC

RGB

 RED value IS 147 (57.81% from 255) = 28.82%

 GREEN value IS 175 (68.75% from 255) = 34.31%

 BLUE value IS 188 (73.83% from 255) = 36.86%

R = 28.82%
G = 34.31%
B = 36.86%

CMYK

 C value IS 0.22

 M value IS 0.07

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#93AFBC (or 0x93AFBC) is known color: Nepal. HEX triplet: 93, AF and BC. RGB value is (147,175,188). Sum of RGB (Red+Green+Blue) = 147+175+188=510 (67% of max value = 765). Red value is 147 (57.81% from 255 or 28.82% from 510); Green value is 175 (68.75% from 255 or 34.31% from 510); Blue value is 188 (73.83% from 255 or 36.86% from 510); Max value from RGB is 188 - color contains mainly: blue. Hex color #93AFBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #93AFBC is #6C5043. Grayscale: #A8A8A8. Windows color (decimal): -7098436 or 12365715. OLE color: 12365715.

HSL color Cylindrical-coordinate representation of color #93AFBC: hue angle of 199.02º degrees, saturation: 0.23, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #93AFBC is Cyan = 0.22, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 147 175 188 -
CMYK 0.22 0.07 0 0.26
HSL 199.02º 0.23% 0.66% -
HSV(B) 199.02º 0.22% 0.74% -
XYZ 36.44 40.49 53.47 -
YUV 168.11 139.22 112.94 -
System Red Green Blue C M Y K H S L
Decimal 147 175 188 0.22 0.07 0 0.26 199.02 0.23 0.66
Hex 93 AF BC 16 7 0 1A C7 17 42
Octal 223 257 274 26 7 0 32 307 27 102
Binary 10010011 10101111 10111100 10110 111 0 11010 11000111 10111 1000010

Color Harmonies of #93AFBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93AFBC

Black with #93AFBC

Text Example


Text Example

White with #93AFBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #93AFBC; }

 p { color: rgb(147,175,188); }

 H1.HeaderClassName
 {
   color: #93AFBC;
 }
 .AnyTagClassName
 {
   color: #93AFBC;
 }
</style>

background-color css

<style>
 a { background-color: #93AFBC; }

 a { background-color: rgb(147,175,188); }

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

border-color css

<style>
 span { border-color: #93AFBC; }

 span { border-color: rgb(147,175,188); }

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