Html Css Color HEX #8FB7CA Nepal

📋 copy color: '#8FB7CA'

red 143 ◦ green 183 ◦ blue 202

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

Shades of Nepal #8FB7CA

Tints of Nepal #8FB7CA

RGB

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

 GREEN value IS 183 (71.88% from 255) = 34.66%

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

R = 27.08%
G = 34.66%
B = 38.26%

CMYK

 C value IS 0.29

 M value IS 0.09

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#8FB7CA (or 0x8FB7CA) is known color: Nepal. HEX triplet: 8F, B7 and CA. RGB value is (143,183,202). Sum of RGB (Red+Green+Blue) = 143+183+202=528 (69% of max value = 765). Red value is 143 (56.25% from 255 or 27.08% from 528); Green value is 183 (71.88% from 255 or 34.66% from 528); Blue value is 202 (79.30% from 255 or 38.26% from 528); Max value from RGB is 202 - color contains mainly: blue. Hex color #8FB7CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FB7CA is #704835. Grayscale: #ADADAD. Windows color (decimal): -7358518 or 13285263. OLE color: 13285263.

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

Color convert

RGB 143 183 202 -
CMYK 0.29 0.09 0 0.21
HSL 199.32º 0.36% 0.68% -
HSV(B) 199.32º 0.29% 0.79% -
XYZ 38.92 43.97 62.31 -
YUV 173.21 144.25 106.46 -
System Red Green Blue C M Y K H S L
Decimal 143 183 202 0.29 0.09 0 0.21 199.32 0.36 0.68
Hex 8F B7 CA 1D 9 0 15 C7 24 44
Octal 217 267 312 35 11 0 25 307 44 104
Binary 10001111 10110111 11001010 11101 1001 0 10101 11000111 100100 1000100

Color Harmonies of #8FB7CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FB7CA

Black with #8FB7CA

Text Example


Text Example

White with #8FB7CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,183,202); }

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

background-color css

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

 a { background-color: rgb(143,183,202); }

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

border-color css

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

 span { border-color: rgb(143,183,202); }

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