Html Css Color HEX #10ABC0 Iris Blue

📋 copy color: '#10ABC0'

red 16 ◦ green 171 ◦ blue 192

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

Shades of Iris Blue #10ABC0

Tints of Iris Blue #10ABC0

RGB

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

 GREEN value IS 171 (67.19% from 255) = 45.12%

 BLUE value IS 192 (75.39% from 255) = 50.66%

R = 4.22%
G = 45.12%
B = 50.66%

CMYK

 C value IS 0.92

 M value IS 0.11

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#10ABC0 (or 0x10ABC0) is known color: Iris Blue. HEX triplet: 10, AB and C0. RGB value is (16,171,192). Sum of RGB (Red+Green+Blue) = 16+171+192=379 (50% of max value = 765). Red value is 16 (6.64% from 255 or 4.22% from 379); Green value is 171 (67.19% from 255 or 45.12% from 379); Blue value is 192 (75.39% from 255 or 50.66% from 379); Max value from RGB is 192 - color contains mainly: blue. Hex color #10ABC0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #10ABC0 is #EF543F. Grayscale: #7E7E7E. Windows color (decimal): -15684672 or 12626704. OLE color: 12626704.

HSL color Cylindrical-coordinate representation of color #10ABC0: hue angle of 187.16º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10ABC0 is Cyan = 0.92, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 16 171 192 -
CMYK 0.92 0.11 0 0.25
HSL 187.16º 0.85% 0.41% -
HSV(B) 187.16º 0.92% 0.75% -
XYZ 24.29 33.04 54.97 -
YUV 127.05 164.65 48.79 -
System Red Green Blue C M Y K H S L
Decimal 16 171 192 0.92 0.11 0 0.25 187.16 0.85 0.41
Hex 10 AB C0 5C B 0 19 BB 55 29
Octal 20 253 300 134 13 0 31 273 125 51
Binary 10000 10101011 11000000 1011100 1011 0 11001 10111011 1010101 101001

Color Harmonies of #10ABC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10ABC0

Black with #10ABC0

Text Example


Text Example

White with #10ABC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10ABC0; }

 p { color: rgb(16,171,192); }

 H1.HeaderClassName
 {
   color: #10ABC0;
 }
 .AnyTagClassName
 {
   color: #10ABC0;
 }
</style>

background-color css

<style>
 a { background-color: #10ABC0; }

 a { background-color: rgb(16,171,192); }

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

border-color css

<style>
 span { border-color: #10ABC0; }

 span { border-color: rgb(16,171,192); }

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