Html Css Color HEX #8FB8CC Nepal

📋 copy color: '#8FB8CC'

red 143 ◦ green 184 ◦ blue 204

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

Shades of Nepal #8FB8CC

Tints of Nepal #8FB8CC

RGB

 RED value IS 143 (56.25% from 255) = 26.93%

 GREEN value IS 184 (72.27% from 255) = 34.65%

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

R = 26.93%
G = 34.65%
B = 38.42%

CMYK

 C value IS 0.30

 M value IS 0.10

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#8FB8CC (or 0x8FB8CC) is known color: Nepal. HEX triplet: 8F, B8 and CC. RGB value is (143,184,204). Sum of RGB (Red+Green+Blue) = 143+184+204=531 (70% of max value = 765). Red value is 143 (56.25% from 255 or 26.93% from 531); Green value is 184 (72.27% from 255 or 34.65% from 531); Blue value is 204 (80.08% from 255 or 38.42% from 531); Max value from RGB is 204 - color contains mainly: blue. Hex color #8FB8CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FB8CC is #704733. Grayscale: #ADADAD. Windows color (decimal): -7358260 or 13416591. OLE color: 13416591.

HSL color Cylindrical-coordinate representation of color #8FB8CC: hue angle of 199.67º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8FB8CC is Cyan = 0.30, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 143 184 204 -
CMYK 0.30 0.10 0 0.2
HSL 199.67º 0.37% 0.68% -
HSV(B) 199.67º 0.3% 0.8% -
XYZ 39.37 44.48 63.64 -
YUV 174.02 144.92 105.87 -
System Red Green Blue C M Y K H S L
Decimal 143 184 204 0.30 0.10 0 0.2 199.67 0.37 0.68
Hex 8F B8 CC 1E A 0 14 C8 25 44
Octal 217 270 314 36 12 0 24 310 45 104
Binary 10001111 10111000 11001100 11110 1010 0 10100 11001000 100101 1000100

Color Harmonies of #8FB8CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FB8CC

Black with #8FB8CC

Text Example


Text Example

White with #8FB8CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8FB8CC; }

 p { color: rgb(143,184,204); }

 H1.HeaderClassName
 {
   color: #8FB8CC;
 }
 .AnyTagClassName
 {
   color: #8FB8CC;
 }
</style>

background-color css

<style>
 a { background-color: #8FB8CC; }

 a { background-color: rgb(143,184,204); }

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

border-color css

<style>
 span { border-color: #8FB8CC; }

 span { border-color: rgb(143,184,204); }

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