Html Css Color HEX #108CAB Eastern Blue

📋 copy color: '#108CAB'

red 16 ◦ green 140 ◦ blue 171

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

Shades of Eastern Blue #108CAB

Tints of Eastern Blue #108CAB

RGB

 RED value IS 16 (6.64% from 255) = 4.89%

 GREEN value IS 140 (55.08% from 255) = 42.81%

 BLUE value IS 171 (67.19% from 255) = 52.29%

R = 4.89%
G = 42.81%
B = 52.29%

CMYK

 C value IS 0.91

 M value IS 0.18

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#108CAB (or 0x108CAB) is known color: Eastern Blue. HEX triplet: 10, 8C and AB. RGB value is (16,140,171). Sum of RGB (Red+Green+Blue) = 16+140+171=327 (43% of max value = 765). Red value is 16 (6.64% from 255 or 4.89% from 327); Green value is 140 (55.08% from 255 or 42.81% from 327); Blue value is 171 (67.19% from 255 or 52.29% from 327); Max value from RGB is 171 - color contains mainly: blue. Hex color #108CAB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #108CAB is #EF7354. Grayscale: #6A6A6A. Windows color (decimal): -15692629 or 11242512. OLE color: 11242512.

HSL color Cylindrical-coordinate representation of color #108CAB: hue angle of 192º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #108CAB is Cyan = 0.91, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 16 140 171 -
CMYK 0.91 0.18 0 0.33
HSL 192º 0.83% 0.37% -
HSV(B) 192º 0.91% 0.67% -
XYZ 16.94 21.81 41.84 -
YUV 106.46 164.42 63.48 -
System Red Green Blue C M Y K H S L
Decimal 16 140 171 0.91 0.18 0 0.33 192 0.83 0.37
Hex 10 8C AB 5B 12 0 21 C0 53 25
Octal 20 214 253 133 22 0 41 300 123 45
Binary 10000 10001100 10101011 1011011 10010 0 100001 11000000 1010011 100101

Color Harmonies of #108CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #108CAB

Black with #108CAB

Text Example


Text Example

White with #108CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #108CAB; }

 p { color: rgb(16,140,171); }

 H1.HeaderClassName
 {
   color: #108CAB;
 }
 .AnyTagClassName
 {
   color: #108CAB;
 }
</style>

background-color css

<style>
 a { background-color: #108CAB; }

 a { background-color: rgb(16,140,171); }

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

border-color css

<style>
 span { border-color: #108CAB; }

 span { border-color: rgb(16,140,171); }

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