Html Css Color HEX #8FB6CC Nepal

📋 copy color: '#8FB6CC'

red 143 ◦ green 182 ◦ blue 204

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

Shades of Nepal #8FB6CC

Tints of Nepal #8FB6CC

RGB

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

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

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

R = 27.03%
G = 34.4%
B = 38.56%

CMYK

 C value IS 0.30

 M value IS 0.11

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#8FB6CC (or 0x8FB6CC) is known color: Nepal. HEX triplet: 8F, B6 and CC. RGB value is (143,182,204). Sum of RGB (Red+Green+Blue) = 143+182+204=529 (70% of max value = 765). Red value is 143 (56.25% from 255 or 27.03% from 529); Green value is 182 (71.48% from 255 or 34.40% from 529); Blue value is 204 (80.08% from 255 or 38.56% from 529); Max value from RGB is 204 - color contains mainly: blue. Hex color #8FB6CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FB6CC is #704933. Grayscale: #ACACAC. Windows color (decimal): -7358772 or 13416079. OLE color: 13416079.

HSL color Cylindrical-coordinate representation of color #8FB6CC: hue angle of 201.64º 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 #8FB6CC is Cyan = 0.30, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 143 182 204 -
CMYK 0.30 0.11 0 0.2
HSL 201.64º 0.37% 0.68% -
HSV(B) 201.64º 0.3% 0.8% -
XYZ 38.95 43.66 63.5 -
YUV 172.85 145.58 106.71 -
System Red Green Blue C M Y K H S L
Decimal 143 182 204 0.30 0.11 0 0.2 201.64 0.37 0.68
Hex 8F B6 CC 1E B 0 14 CA 25 44
Octal 217 266 314 36 13 0 24 312 45 104
Binary 10001111 10110110 11001100 11110 1011 0 10100 11001010 100101 1000100

Color Harmonies of #8FB6CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FB6CC

Black with #8FB6CC

Text Example


Text Example

White with #8FB6CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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