Html Css Color HEX #10ABC8 Iris Blue

📋 copy color: '#10ABC8'

red 16 ◦ green 171 ◦ blue 200

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

Shades of Iris Blue #10ABC8

Tints of Iris Blue #10ABC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 51.68%

R = 4.13%
G = 44.19%
B = 51.68%

CMYK

 C value IS 0.92

 M value IS 0.14

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#10ABC8 (or 0x10ABC8) is known color: Iris Blue. HEX triplet: 10, AB and C8. RGB value is (16,171,200). Sum of RGB (Red+Green+Blue) = 16+171+200=387 (51% of max value = 765). Red value is 16 (6.64% from 255 or 4.13% from 387); Green value is 171 (67.19% from 255 or 44.19% from 387); Blue value is 200 (78.52% from 255 or 51.68% from 387); Max value from RGB is 200 - color contains mainly: blue. Hex color #10ABC8 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #10ABC8 is #EF5437. Grayscale: #7F7F7F. Windows color (decimal): -15684664 or 13150992. OLE color: 13150992.

HSL color Cylindrical-coordinate representation of color #10ABC8: hue angle of 189.46º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10ABC8 is Cyan = 0.92, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 16 171 200 -
CMYK 0.92 0.14 0 0.22
HSL 189.46º 0.85% 0.42% -
HSV(B) 189.46º 0.92% 0.78% -
XYZ 25.2 33.41 59.76 -
YUV 127.96 168.65 48.14 -
System Red Green Blue C M Y K H S L
Decimal 16 171 200 0.92 0.14 0 0.22 189.46 0.85 0.42
Hex 10 AB C8 5C E 0 16 BD 55 2A
Octal 20 253 310 134 16 0 26 275 125 52
Binary 10000 10101011 11001000 1011100 1110 0 10110 10111101 1010101 101010

Color Harmonies of #10ABC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10ABC8

Black with #10ABC8

Text Example


Text Example

White with #10ABC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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