Html Css Color HEX #017C96 Eastern Blue

📋 copy color: '#017C96'

red 1 ◦ green 124 ◦ blue 150

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

Shades of Eastern Blue #017C96

Tints of Eastern Blue #017C96

RGB

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

 GREEN value IS 124 (48.83% from 255) = 45.09%

 BLUE value IS 150 (58.98% from 255) = 54.55%

R = 0.36%
G = 45.09%
B = 54.55%

CMYK

 C value IS 0.99

 M value IS 0.17

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#017C96 (or 0x017C96) is known color: Eastern Blue. HEX triplet: 01, 7C and 96. RGB value is (1,124,150). Sum of RGB (Red+Green+Blue) = 1+124+150=275 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 275); Green value is 124 (48.83% from 255 or 45.09% from 275); Blue value is 150 (58.98% from 255 or 54.55% from 275); Max value from RGB is 150 - color contains mainly: blue. Hex color #017C96 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #017C96 is #FE8369. Grayscale: #595959. Windows color (decimal): -16679786 or 9862145. OLE color: 9862145.

HSL color Cylindrical-coordinate representation of color #017C96: hue angle of 190.47º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #017C96 is Cyan = 0.99, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 1 124 150 -
CMYK 0.99 0.17 0 0.41
HSL 190.47º 0.99% 0.3% -
HSV(B) 190.47º 0.99% 0.59% -
XYZ 12.73 16.62 31.39 -
YUV 90.19 161.75 64.39 -
System Red Green Blue C M Y K H S L
Decimal 1 124 150 0.99 0.17 0 0.41 190.47 0.99 0.3
Hex 1 7C 96 63 11 0 29 BE 63 1E
Octal 1 174 226 143 21 0 51 276 143 36
Binary 1 1111100 10010110 1100011 10001 0 101001 10111110 1100011 11110

Color Harmonies of #017C96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017C96

Black with #017C96

Text Example


Text Example

White with #017C96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,124,150); }

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

background-color css

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

 a { background-color: rgb(1,124,150); }

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

border-color css

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

 span { border-color: rgb(1,124,150); }

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