Html Css Color HEX #097E8F Dark Cyan

📋 copy color: '#097E8F'

red 9 ◦ green 126 ◦ blue 143

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

Shades of Dark Cyan #097E8F

Tints of Dark Cyan #097E8F

RGB

 RED value IS 9 (3.91% from 255) = 3.24%

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

 BLUE value IS 143 (56.25% from 255) = 51.44%

R = 3.24%
G = 45.32%
B = 51.44%

CMYK

 C value IS 0.94

 M value IS 0.12

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#097E8F (or 0x097E8F) is known color: Dark Cyan. HEX triplet: 09, 7E and 8F. RGB value is (9,126,143). Sum of RGB (Red+Green+Blue) = 9+126+143=278 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.24% from 278); Green value is 126 (49.61% from 255 or 45.32% from 278); Blue value is 143 (56.25% from 255 or 51.44% from 278); Max value from RGB is 143 - color contains mainly: blue. Hex color #097E8F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #097E8F is #F68170. Grayscale: #5C5C5C. Windows color (decimal): -16154993 or 9403913. OLE color: 9403913.

HSL color Cylindrical-coordinate representation of color #097E8F: hue angle of 187.61º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #097E8F is Cyan = 0.94, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 9 126 143 -
CMYK 0.94 0.12 0 0.44
HSL 187.61º 0.88% 0.3% -
HSV(B) 187.61º 0.94% 0.56% -
XYZ 12.53 16.96 28.6 -
YUV 92.96 156.24 68.12 -
System Red Green Blue C M Y K H S L
Decimal 9 126 143 0.94 0.12 0 0.44 187.61 0.88 0.3
Hex 9 7E 8F 5E C 0 2C BC 58 1E
Octal 11 176 217 136 14 0 54 274 130 36
Binary 1001 1111110 10001111 1011110 1100 0 101100 10111100 1011000 11110

Color Harmonies of #097E8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #097E8F

Black with #097E8F

Text Example


Text Example

White with #097E8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #097E8F; }

 p { color: rgb(9,126,143); }

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

background-color css

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

 a { background-color: rgb(9,126,143); }

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

border-color css

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

 span { border-color: rgb(9,126,143); }

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