Html Css Color HEX #8CAEBE Nepal

📋 copy color: '#8CAEBE'

red 140 ◦ green 174 ◦ blue 190

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

Shades of Nepal #8CAEBE

Tints of Nepal #8CAEBE

RGB

 RED value IS 140 (55.08% from 255) = 27.78%

 GREEN value IS 174 (68.36% from 255) = 34.52%

 BLUE value IS 190 (74.61% from 255) = 37.7%

R = 27.78%
G = 34.52%
B = 37.7%

CMYK

 C value IS 0.26

 M value IS 0.08

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8CAEBE (or 0x8CAEBE) is known color: Nepal. HEX triplet: 8C, AE and BE. RGB value is (140,174,190). Sum of RGB (Red+Green+Blue) = 140+174+190=504 (66% of max value = 765). Red value is 140 (55.08% from 255 or 27.78% from 504); Green value is 174 (68.36% from 255 or 34.52% from 504); Blue value is 190 (74.61% from 255 or 37.70% from 504); Max value from RGB is 190 - color contains mainly: blue. Hex color #8CAEBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8CAEBE is #735141. Grayscale: #A5A5A5. Windows color (decimal): -7557442 or 12496524. OLE color: 12496524.

HSL color Cylindrical-coordinate representation of color #8CAEBE: hue angle of 199.2º degrees, saturation: 0.28, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8CAEBE is Cyan = 0.26, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 140 174 190 -
CMYK 0.26 0.08 0 0.25
HSL 199.2º 0.28% 0.65% -
HSV(B) 199.2º 0.26% 0.75% -
XYZ 35.25 39.57 54.49 -
YUV 165.66 141.74 109.7 -
System Red Green Blue C M Y K H S L
Decimal 140 174 190 0.26 0.08 0 0.25 199.2 0.28 0.65
Hex 8C AE BE 1A 8 0 19 C7 1C 41
Octal 214 256 276 32 10 0 31 307 34 101
Binary 10001100 10101110 10111110 11010 1000 0 11001 11000111 11100 1000001

Color Harmonies of #8CAEBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CAEBE

Black with #8CAEBE

Text Example


Text Example

White with #8CAEBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,174,190); }

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

background-color css

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

 a { background-color: rgb(140,174,190); }

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

border-color css

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

 span { border-color: rgb(140,174,190); }

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