Html Css Color HEX #93B6C9 Nepal

📋 copy color: '#93B6C9'

red 147 ◦ green 182 ◦ blue 201

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

Shades of Nepal #93B6C9

Tints of Nepal #93B6C9

RGB

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

 GREEN value IS 182 (71.48% from 255) = 34.34%

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

R = 27.74%
G = 34.34%
B = 37.92%

CMYK

 C value IS 0.27

 M value IS 0.09

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#93B6C9 (or 0x93B6C9) is known color: Nepal. HEX triplet: 93, B6 and C9. RGB value is (147,182,201). Sum of RGB (Red+Green+Blue) = 147+182+201=530 (70% of max value = 765). Red value is 147 (57.81% from 255 or 27.74% from 530); Green value is 182 (71.48% from 255 or 34.34% from 530); Blue value is 201 (78.91% from 255 or 37.92% from 530); Max value from RGB is 201 - color contains mainly: blue. Hex color #93B6C9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93B6C9 is #6C4936. Grayscale: #ADADAD. Windows color (decimal): -7096631 or 13219475. OLE color: 13219475.

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

Color convert

RGB 147 182 201 -
CMYK 0.27 0.09 0 0.21
HSL 201.11º 0.33% 0.68% -
HSV(B) 201.11º 0.27% 0.79% -
XYZ 39.3 43.88 61.66 -
YUV 173.7 143.4 108.96 -
System Red Green Blue C M Y K H S L
Decimal 147 182 201 0.27 0.09 0 0.21 201.11 0.33 0.68
Hex 93 B6 C9 1B 9 0 15 C9 21 44
Octal 223 266 311 33 11 0 25 311 41 104
Binary 10010011 10110110 11001001 11011 1001 0 10101 11001001 100001 1000100

Color Harmonies of #93B6C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93B6C9

Black with #93B6C9

Text Example


Text Example

White with #93B6C9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,182,201); }

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

background-color css

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

 a { background-color: rgb(147,182,201); }

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

border-color css

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

 span { border-color: rgb(147,182,201); }

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