Html Css Color HEX #10ABC1 Iris Blue

📋 copy color: '#10ABC1'

red 16 ◦ green 171 ◦ blue 193

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

Shades of Iris Blue #10ABC1

Tints of Iris Blue #10ABC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 50.79%

R = 4.21%
G = 45%
B = 50.79%

CMYK

 C value IS 0.92

 M value IS 0.11

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#10ABC1 (or 0x10ABC1) is known color: Iris Blue. HEX triplet: 10, AB and C1. RGB value is (16,171,193). Sum of RGB (Red+Green+Blue) = 16+171+193=380 (50% of max value = 765). Red value is 16 (6.64% from 255 or 4.21% from 380); Green value is 171 (67.19% from 255 or 45% from 380); Blue value is 193 (75.78% from 255 or 50.79% from 380); Max value from RGB is 193 - color contains mainly: blue. Hex color #10ABC1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #10ABC1 is #EF543E. Grayscale: #7E7E7E. Windows color (decimal): -15684671 or 12692240. OLE color: 12692240.

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

Color convert

RGB 16 171 193 -
CMYK 0.92 0.11 0 0.24
HSL 187.46º 0.85% 0.41% -
HSV(B) 187.46º 0.92% 0.76% -
XYZ 24.4 33.09 55.55 -
YUV 127.16 165.15 48.71 -
System Red Green Blue C M Y K H S L
Decimal 16 171 193 0.92 0.11 0 0.24 187.46 0.85 0.41
Hex 10 AB C1 5C B 0 18 BB 55 29
Octal 20 253 301 134 13 0 30 273 125 51
Binary 10000 10101011 11000001 1011100 1011 0 11000 10111011 1010101 101001

Color Harmonies of #10ABC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10ABC1

Black with #10ABC1

Text Example


Text Example

White with #10ABC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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