Html Css Color HEX #10889F Eastern Blue

📋 copy color: '#10889F'

red 16 ◦ green 136 ◦ blue 159

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

Shades of Eastern Blue #10889F

Tints of Eastern Blue #10889F

RGB

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

 GREEN value IS 136 (53.52% from 255) = 43.73%

 BLUE value IS 159 (62.5% from 255) = 51.13%

R = 5.14%
G = 43.73%
B = 51.13%

CMYK

 C value IS 0.90

 M value IS 0.14

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#10889F (or 0x10889F) is known color: Eastern Blue. HEX triplet: 10, 88 and 9F. RGB value is (16,136,159). Sum of RGB (Red+Green+Blue) = 16+136+159=311 (41% of max value = 765). Red value is 16 (6.64% from 255 or 5.14% from 311); Green value is 136 (53.52% from 255 or 43.73% from 311); Blue value is 159 (62.5% from 255 or 51.13% from 311); Max value from RGB is 159 - color contains mainly: blue. Hex color #10889F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #10889F is #EF7760. Grayscale: #666666. Windows color (decimal): -15693665 or 10455056. OLE color: 10455056.

HSL color Cylindrical-coordinate representation of color #10889F: hue angle of 189.65º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #10889F is Cyan = 0.90, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 16 136 159 -
CMYK 0.90 0.14 0 0.38
HSL 189.65º 0.82% 0.34% -
HSV(B) 189.65º 0.9% 0.62% -
XYZ 15.28 20.22 35.9 -
YUV 102.74 159.74 66.13 -
System Red Green Blue C M Y K H S L
Decimal 16 136 159 0.90 0.14 0 0.38 189.65 0.82 0.34
Hex 10 88 9F 5A E 0 26 BE 52 22
Octal 20 210 237 132 16 0 46 276 122 42
Binary 10000 10001000 10011111 1011010 1110 0 100110 10111110 1010010 100010

Color Harmonies of #10889F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10889F

Black with #10889F

Text Example


Text Example

White with #10889F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10889F; }

 p { color: rgb(16,136,159); }

 H1.HeaderClassName
 {
   color: #10889F;
 }
 .AnyTagClassName
 {
   color: #10889F;
 }
</style>

background-color css

<style>
 a { background-color: #10889F; }

 a { background-color: rgb(16,136,159); }

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

border-color css

<style>
 span { border-color: #10889F; }

 span { border-color: rgb(16,136,159); }

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