Html Css Color HEX #93BBCC Nepal

📋 copy color: '#93BBCC'

red 147 ◦ green 187 ◦ blue 204

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

Shades of Nepal #93BBCC

Tints of Nepal #93BBCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 37.92%

R = 27.32%
G = 34.76%
B = 37.92%

CMYK

 C value IS 0.28

 M value IS 0.08

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#93BBCC (or 0x93BBCC) is known color: Nepal. HEX triplet: 93, BB and CC. RGB value is (147,187,204). Sum of RGB (Red+Green+Blue) = 147+187+204=538 (71% of max value = 765). Red value is 147 (57.81% from 255 or 27.32% from 538); Green value is 187 (73.44% from 255 or 34.76% from 538); Blue value is 204 (80.08% from 255 or 37.92% from 538); Max value from RGB is 204 - color contains mainly: blue. Hex color #93BBCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93BBCC is #6C4433. Grayscale: #B0B0B0. Windows color (decimal): -7095348 or 13417363. OLE color: 13417363.

HSL color Cylindrical-coordinate representation of color #93BBCC: hue angle of 197.89º degrees, saturation: 0.36, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #93BBCC is Cyan = 0.28, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 147 187 204 -
CMYK 0.28 0.08 0 0.2
HSL 197.89º 0.36% 0.69% -
HSV(B) 197.89º 0.28% 0.8% -
XYZ 40.7 46.1 63.88 -
YUV 176.98 143.25 106.62 -
System Red Green Blue C M Y K H S L
Decimal 147 187 204 0.28 0.08 0 0.2 197.89 0.36 0.69
Hex 93 BB CC 1C 8 0 14 C6 24 45
Octal 223 273 314 34 10 0 24 306 44 105
Binary 10010011 10111011 11001100 11100 1000 0 10100 11000110 100100 1000101

Color Harmonies of #93BBCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93BBCC

Black with #93BBCC

Text Example


Text Example

White with #93BBCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,187,204); }

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

background-color css

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

 a { background-color: rgb(147,187,204); }

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

border-color css

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

 span { border-color: rgb(147,187,204); }

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