Html Css Color HEX #10868B Dark Cyan

📋 copy color: '#10868B'

red 16 ◦ green 134 ◦ blue 139

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

Shades of Dark Cyan #10868B

Tints of Dark Cyan #10868B

RGB

 RED value IS 16 (6.64% from 255) = 5.54%

 GREEN value IS 134 (52.73% from 255) = 46.37%

 BLUE value IS 139 (54.69% from 255) = 48.1%

R = 5.54%
G = 46.37%
B = 48.1%

CMYK

 C value IS 0.88

 M value IS 0.04

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#10868B (or 0x10868B) is known color: Dark Cyan. HEX triplet: 10, 86 and 8B. RGB value is (16,134,139). Sum of RGB (Red+Green+Blue) = 16+134+139=289 (38% of max value = 765). Red value is 16 (6.64% from 255 or 5.54% from 289); Green value is 134 (52.73% from 255 or 46.37% from 289); Blue value is 139 (54.69% from 255 or 48.10% from 289); Max value from RGB is 139 - color contains mainly: blue. Hex color #10868B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #10868B is #EF7974. Grayscale: #636363. Windows color (decimal): -15694197 or 9143824. OLE color: 9143824.

HSL color Cylindrical-coordinate representation of color #10868B: hue angle of 182.44º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #10868B is Cyan = 0.88, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 16 134 139 -
CMYK 0.88 0.04 0 0.45
HSL 182.44º 0.79% 0.3% -
HSV(B) 182.44º 0.88% 0.55% -
XYZ 13.4 19.02 27.39 -
YUV 99.29 150.41 68.59 -
System Red Green Blue C M Y K H S L
Decimal 16 134 139 0.88 0.04 0 0.45 182.44 0.79 0.3
Hex 10 86 8B 58 4 0 2D B6 4F 1E
Octal 20 206 213 130 4 0 55 266 117 36
Binary 10000 10000110 10001011 1011000 100 0 101101 10110110 1001111 11110

Color Harmonies of #10868B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10868B

Black with #10868B

Text Example


Text Example

White with #10868B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10868B; }

 p { color: rgb(16,134,139); }

 H1.HeaderClassName
 {
   color: #10868B;
 }
 .AnyTagClassName
 {
   color: #10868B;
 }
</style>

background-color css

<style>
 a { background-color: #10868B; }

 a { background-color: rgb(16,134,139); }

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

border-color css

<style>
 span { border-color: #10868B; }

 span { border-color: rgb(16,134,139); }

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