Html Css Color HEX #10ABC3 Iris Blue

📋 copy color: '#10ABC3'

red 16 ◦ green 171 ◦ blue 195

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

Shades of Iris Blue #10ABC3

Tints of Iris Blue #10ABC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 51.05%

R = 4.19%
G = 44.76%
B = 51.05%

CMYK

 C value IS 0.92

 M value IS 0.12

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#10ABC3 (or 0x10ABC3) is known color: Iris Blue. HEX triplet: 10, AB and C3. RGB value is (16,171,195). Sum of RGB (Red+Green+Blue) = 16+171+195=382 (50% of max value = 765). Red value is 16 (6.64% from 255 or 4.19% from 382); Green value is 171 (67.19% from 255 or 44.76% from 382); Blue value is 195 (76.56% from 255 or 51.05% from 382); Max value from RGB is 195 - color contains mainly: blue. Hex color #10ABC3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #10ABC3 is #EF543C. Grayscale: #7F7F7F. Windows color (decimal): -15684669 or 12823312. OLE color: 12823312.

HSL color Cylindrical-coordinate representation of color #10ABC3: hue angle of 188.04º 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 #10ABC3 is Cyan = 0.92, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 16 171 195 -
CMYK 0.92 0.12 0 0.24
HSL 188.04º 0.85% 0.41% -
HSV(B) 188.04º 0.92% 0.76% -
XYZ 24.63 33.18 56.74 -
YUV 127.39 166.15 48.55 -
System Red Green Blue C M Y K H S L
Decimal 16 171 195 0.92 0.12 0 0.24 188.04 0.85 0.41
Hex 10 AB C3 5C C 0 18 BC 55 29
Octal 20 253 303 134 14 0 30 274 125 51
Binary 10000 10101011 11000011 1011100 1100 0 11000 10111100 1010101 101001

Color Harmonies of #10ABC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10ABC3

Black with #10ABC3

Text Example


Text Example

White with #10ABC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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