Html Css Color HEX #096C8F Allports

📋 copy color: '#096C8F'

red 9 ◦ green 108 ◦ blue 143

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

Shades of Allports #096C8F

Tints of Allports #096C8F

RGB

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

 GREEN value IS 108 (42.58% from 255) = 41.54%

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

R = 3.46%
G = 41.54%
B = 55%

CMYK

 C value IS 0.94

 M value IS 0.24

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#096C8F (or 0x096C8F) is known color: Allports. HEX triplet: 09, 6C and 8F. RGB value is (9,108,143). Sum of RGB (Red+Green+Blue) = 9+108+143=260 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.46% from 260); Green value is 108 (42.58% from 255 or 41.54% from 260); Blue value is 143 (56.25% from 255 or 55% from 260); Max value from RGB is 143 - color contains mainly: blue. Hex color #096C8F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #096C8F is #F69370. Grayscale: #525252. Windows color (decimal): -16159601 or 9399305. OLE color: 9399305.

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

Color convert

RGB 9 108 143 -
CMYK 0.94 0.24 0 0.44
HSL 195.67º 0.88% 0.3% -
HSV(B) 195.67º 0.94% 0.56% -
XYZ 10.43 12.77 27.9 -
YUV 82.39 162.2 75.65 -
System Red Green Blue C M Y K H S L
Decimal 9 108 143 0.94 0.24 0 0.44 195.67 0.88 0.3
Hex 9 6C 8F 5E 18 0 2C C4 58 1E
Octal 11 154 217 136 30 0 54 304 130 36
Binary 1001 1101100 10001111 1011110 11000 0 101100 11000100 1011000 11110

Color Harmonies of #096C8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096C8F

Black with #096C8F

Text Example


Text Example

White with #096C8F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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