Html Css Color HEX #93BBCA Nepal

📋 copy color: '#93BBCA'

red 147 ◦ green 187 ◦ blue 202

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

Shades of Nepal #93BBCA

Tints of Nepal #93BBCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 37.69%

R = 27.43%
G = 34.89%
B = 37.69%

CMYK

 C value IS 0.27

 M value IS 0.07

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#93BBCA (or 0x93BBCA) is known color: Nepal. HEX triplet: 93, BB and CA. RGB value is (147,187,202). Sum of RGB (Red+Green+Blue) = 147+187+202=536 (70% of max value = 765). Red value is 147 (57.81% from 255 or 27.43% from 536); Green value is 187 (73.44% from 255 or 34.89% from 536); Blue value is 202 (79.30% from 255 or 37.69% from 536); Max value from RGB is 202 - color contains mainly: blue. Hex color #93BBCA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93BBCA is #6C4435. Grayscale: #B0B0B0. Windows color (decimal): -7095350 or 13286291. OLE color: 13286291.

HSL color Cylindrical-coordinate representation of color #93BBCA: hue angle of 196.36º degrees, saturation: 0.34, 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 #93BBCA is Cyan = 0.27, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 147 187 202 -
CMYK 0.27 0.07 0 0.21
HSL 196.36º 0.34% 0.68% -
HSV(B) 196.36º 0.27% 0.79% -
XYZ 40.46 46.01 62.62 -
YUV 176.75 142.25 106.78 -
System Red Green Blue C M Y K H S L
Decimal 147 187 202 0.27 0.07 0 0.21 196.36 0.34 0.68
Hex 93 BB CA 1B 7 0 15 C4 22 44
Octal 223 273 312 33 7 0 25 304 42 104
Binary 10010011 10111011 11001010 11011 111 0 10101 11000100 100010 1000100

Color Harmonies of #93BBCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93BBCA

Black with #93BBCA

Text Example


Text Example

White with #93BBCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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