Html Css Color HEX #096F8E Allports

📋 copy color: '#096F8E'

red 9 ◦ green 111 ◦ blue 142

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

Shades of Allports #096F8E

Tints of Allports #096F8E

RGB

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

 GREEN value IS 111 (43.75% from 255) = 42.37%

 BLUE value IS 142 (55.86% from 255) = 54.2%

R = 3.44%
G = 42.37%
B = 54.2%

CMYK

 C value IS 0.94

 M value IS 0.22

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#096F8E (or 0x096F8E) is known color: Allports. HEX triplet: 09, 6F and 8E. RGB value is (9,111,142). Sum of RGB (Red+Green+Blue) = 9+111+142=262 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.44% from 262); Green value is 111 (43.75% from 255 or 42.37% from 262); Blue value is 142 (55.86% from 255 or 54.20% from 262); Max value from RGB is 142 - color contains mainly: blue. Hex color #096F8E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #096F8E is #F69071. Grayscale: #535353. Windows color (decimal): -16158834 or 9334537. OLE color: 9334537.

HSL color Cylindrical-coordinate representation of color #096F8E: hue angle of 193.98º 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 #096F8E is Cyan = 0.94, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 9 111 142 -
CMYK 0.94 0.22 0 0.44
HSL 193.99º 0.88% 0.3% -
HSV(B) 193.99º 0.94% 0.56% -
XYZ 10.68 13.38 27.61 -
YUV 84.04 160.71 74.48 -
System Red Green Blue C M Y K H S L
Decimal 9 111 142 0.94 0.22 0 0.44 193.99 0.88 0.3
Hex 9 6F 8E 5E 16 0 2C C2 58 1E
Octal 11 157 216 136 26 0 54 302 130 36
Binary 1001 1101111 10001110 1011110 10110 0 101100 11000010 1011000 11110

Color Harmonies of #096F8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096F8E

Black with #096F8E

Text Example


Text Example

White with #096F8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096F8E; }

 p { color: rgb(9,111,142); }

 H1.HeaderClassName
 {
   color: #096F8E;
 }
 .AnyTagClassName
 {
   color: #096F8E;
 }
</style>

background-color css

<style>
 a { background-color: #096F8E; }

 a { background-color: rgb(9,111,142); }

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

border-color css

<style>
 span { border-color: #096F8E; }

 span { border-color: rgb(9,111,142); }

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