Html Css Color HEX #8AB0C3 Nepal

📋 copy color: '#8AB0C3'

red 138 ◦ green 176 ◦ blue 195

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

Shades of Nepal #8AB0C3

Tints of Nepal #8AB0C3

RGB

 RED value IS 138 (54.3% from 255) = 27.11%

 GREEN value IS 176 (69.14% from 255) = 34.58%

 BLUE value IS 195 (76.56% from 255) = 38.31%

R = 27.11%
G = 34.58%
B = 38.31%

CMYK

 C value IS 0.29

 M value IS 0.10

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#8AB0C3 (or 0x8AB0C3) is known color: Nepal. HEX triplet: 8A, B0 and C3. RGB value is (138,176,195). Sum of RGB (Red+Green+Blue) = 138+176+195=509 (67% of max value = 765). Red value is 138 (54.30% from 255 or 27.11% from 509); Green value is 176 (69.14% from 255 or 34.58% from 509); Blue value is 195 (76.56% from 255 or 38.31% from 509); Max value from RGB is 195 - color contains mainly: blue. Hex color #8AB0C3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8AB0C3 is #754F3C. Grayscale: #A6A6A6. Windows color (decimal): -7687997 or 12824714. OLE color: 12824714.

HSL color Cylindrical-coordinate representation of color #8AB0C3: hue angle of 200º degrees, saturation: 0.32, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8AB0C3 is Cyan = 0.29, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 138 176 195 -
CMYK 0.29 0.10 0 0.24
HSL 200º 0.32% 0.65% -
HSV(B) 200º 0.29% 0.76% -
XYZ 35.86 40.39 57.54 -
YUV 166.8 143.91 107.46 -
System Red Green Blue C M Y K H S L
Decimal 138 176 195 0.29 0.10 0 0.24 200 0.32 0.65
Hex 8A B0 C3 1D A 0 18 C8 20 41
Octal 212 260 303 35 12 0 30 310 40 101
Binary 10001010 10110000 11000011 11101 1010 0 11000 11001000 100000 1000001

Color Harmonies of #8AB0C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AB0C3

Black with #8AB0C3

Text Example


Text Example

White with #8AB0C3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,176,195); }

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

background-color css

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

 a { background-color: rgb(138,176,195); }

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

border-color css

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

 span { border-color: rgb(138,176,195); }

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