Html Css Color HEX #017E99 Eastern Blue

📋 copy color: '#017E99'

red 1 ◦ green 126 ◦ blue 153

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

Shades of Eastern Blue #017E99

Tints of Eastern Blue #017E99

RGB

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

 GREEN value IS 126 (49.61% from 255) = 45%

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

R = 0.36%
G = 45%
B = 54.64%

CMYK

 C value IS 0.99

 M value IS 0.18

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#017E99 (or 0x017E99) is known color: Eastern Blue. HEX triplet: 01, 7E and 99. RGB value is (1,126,153). Sum of RGB (Red+Green+Blue) = 1+126+153=280 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 280); Green value is 126 (49.61% from 255 or 45% from 280); Blue value is 153 (60.16% from 255 or 54.64% from 280); Max value from RGB is 153 - color contains mainly: blue. Hex color #017E99 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #017E99 is #FE8166. Grayscale: #5B5B5B. Windows color (decimal): -16679271 or 10059265. OLE color: 10059265.

HSL color Cylindrical-coordinate representation of color #017E99: hue angle of 190.66º 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 #017E99 is Cyan = 0.99, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 1 126 153 -
CMYK 0.99 0.18 0 0.4
HSL 190.66º 0.99% 0.3% -
HSV(B) 190.66º 0.99% 0.6% -
XYZ 13.22 17.23 32.77 -
YUV 91.7 162.59 63.3 -
System Red Green Blue C M Y K H S L
Decimal 1 126 153 0.99 0.18 0 0.4 190.66 0.99 0.3
Hex 1 7E 99 63 12 0 28 BF 63 1E
Octal 1 176 231 143 22 0 50 277 143 36
Binary 1 1111110 10011001 1100011 10010 0 101000 10111111 1100011 11110

Color Harmonies of #017E99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017E99

Black with #017E99

Text Example


Text Example

White with #017E99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #017E99; }

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

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

background-color css

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

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

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

border-color css

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

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

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