Html Css Color HEX #007F97 Eastern Blue

📋 copy color: '#007F97'

red 0 ◦ green 127 ◦ blue 151

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

Shades of Eastern Blue #007F97

Tints of Eastern Blue #007F97

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 127 (50% from 255) = 45.68%

 BLUE value IS 151 (59.38% from 255) = 54.32%

R = 0%
G = 45.68%
B = 54.32%

CMYK

 C value IS 1

 M value IS 0.16

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#007F97 (or 0x007F97) is known color: Eastern Blue. HEX triplet: 00, 7F and 97. RGB value is (0,127,151). Sum of RGB (Red+Green+Blue) = 0+127+151=278 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 278); Green value is 127 (50% from 255 or 45.68% from 278); Blue value is 151 (59.38% from 255 or 54.32% from 278); Max value from RGB is 151 - color contains mainly: blue. Hex color #007F97 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #007F97 is #FF8068. Grayscale: #5B5B5B. Windows color (decimal): -16744553 or 9928448. OLE color: 9928448.

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

Color convert

RGB 0 127 151 -
CMYK 1 0.16 0 0.41
HSL 189.54º 1% 0.3% -
HSV(B) 189.54º 1% 0.59% -
XYZ 13.18 17.41 31.94 -
YUV 91.76 161.42 62.55 -
System Red Green Blue C M Y K H S L
Decimal 0 127 151 1 0.16 0 0.41 189.54 1 0.3
Hex 0 7F 97 64 10 0 29 BE 64 1E
Octal 0 177 227 144 20 0 51 276 144 36
Binary 0 1111111 10010111 1100100 10000 0 101001 10111110 1100100 11110

Color Harmonies of #007F97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #007F97

Black with #007F97

Text Example


Text Example

White with #007F97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #007F97; }

 p { color: rgb(0,127,151); }

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

background-color css

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

 a { background-color: rgb(0,127,151); }

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

border-color css

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

 span { border-color: rgb(0,127,151); }

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