Html Css Color HEX #018899 Eastern Blue

📋 copy color: '#018899'

red 1 ◦ green 136 ◦ blue 153

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

Shades of Eastern Blue #018899

Tints of Eastern Blue #018899

RGB

 RED value IS 1 (0.78% from 255) = 0.34%

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

 BLUE value IS 153 (60.16% from 255) = 52.76%

R = 0.34%
G = 46.9%
B = 52.76%

CMYK

 C value IS 0.99

 M value IS 0.11

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#018899 (or 0x018899) is known color: Eastern Blue. HEX triplet: 01, 88 and 99. RGB value is (1,136,153). Sum of RGB (Red+Green+Blue) = 1+136+153=290 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 290); Green value is 136 (53.52% from 255 or 46.90% from 290); Blue value is 153 (60.16% from 255 or 52.76% from 290); Max value from RGB is 153 - color contains mainly: blue. Hex color #018899 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #018899 is #FE7766. Grayscale: #616161. Windows color (decimal): -16676711 or 10061825. OLE color: 10061825.

HSL color Cylindrical-coordinate representation of color #018899: hue angle of 186.71º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018899 is Cyan = 0.99, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 1 136 153 -
CMYK 0.99 0.11 0 0.4
HSL 186.71º 0.99% 0.3% -
HSV(B) 186.71º 0.99% 0.6% -
XYZ 14.57 19.91 33.21 -
YUV 97.57 159.27 59.12 -
System Red Green Blue C M Y K H S L
Decimal 1 136 153 0.99 0.11 0 0.4 186.71 0.99 0.3
Hex 1 88 99 63 B 0 28 BB 63 1E
Octal 1 210 231 143 13 0 50 273 143 36
Binary 1 10001000 10011001 1100011 1011 0 101000 10111011 1100011 11110

Color Harmonies of #018899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018899

Black with #018899

Text Example


Text Example

White with #018899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #018899; }

 p { color: rgb(1,136,153); }

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

background-color css

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

 a { background-color: rgb(1,136,153); }

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

border-color css

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

 span { border-color: rgb(1,136,153); }

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