Html Css Color HEX #017D96 Eastern Blue

📋 copy color: '#017D96'

red 1 ◦ green 125 ◦ blue 150

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

Shades of Eastern Blue #017D96

Tints of Eastern Blue #017D96

RGB

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

 GREEN value IS 125 (49.22% from 255) = 45.29%

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

R = 0.36%
G = 45.29%
B = 54.35%

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

#017D96 (or 0x017D96) is known color: Eastern Blue. HEX triplet: 01, 7D and 96. RGB value is (1,125,150). Sum of RGB (Red+Green+Blue) = 1+125+150=276 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 276); Green value is 125 (49.22% from 255 or 45.29% from 276); Blue value is 150 (58.98% from 255 or 54.35% from 276); Max value from RGB is 150 - color contains mainly: blue. Hex color #017D96 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #017D96 is #FE8269. Grayscale: #5A5A5A. Windows color (decimal): -16679530 or 9862401. OLE color: 9862401.

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

Color convert

RGB 1 125 150 -
CMYK 0.99 0.17 0 0.41
HSL 190.07º 0.99% 0.3% -
HSV(B) 190.07º 0.99% 0.59% -
XYZ 12.85 16.88 31.43 -
YUV 90.77 161.42 63.97 -
System Red Green Blue C M Y K H S L
Decimal 1 125 150 0.99 0.17 0 0.41 190.07 0.99 0.3
Hex 1 7D 96 63 11 0 29 BE 63 1E
Octal 1 175 226 143 21 0 51 276 143 36
Binary 1 1111101 10010110 1100011 10001 0 101001 10111110 1100011 11110

Color Harmonies of #017D96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017D96

Black with #017D96

Text Example


Text Example

White with #017D96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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