Html Css Color HEX #10ACBE Iris Blue

📋 copy color: '#10ACBE'

red 16 ◦ green 172 ◦ blue 190

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

Shades of Iris Blue #10ACBE

Tints of Iris Blue #10ACBE

RGB

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

 GREEN value IS 172 (67.58% from 255) = 45.5%

 BLUE value IS 190 (74.61% from 255) = 50.26%

R = 4.23%
G = 45.5%
B = 50.26%

CMYK

 C value IS 0.92

 M value IS 0.09

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#10ACBE (or 0x10ACBE) is known color: Iris Blue. HEX triplet: 10, AC and BE. RGB value is (16,172,190). Sum of RGB (Red+Green+Blue) = 16+172+190=378 (50% of max value = 765). Red value is 16 (6.64% from 255 or 4.23% from 378); Green value is 172 (67.58% from 255 or 45.50% from 378); Blue value is 190 (74.61% from 255 or 50.26% from 378); Max value from RGB is 190 - color contains mainly: blue. Hex color #10ACBE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #10ACBE is #EF5341. Grayscale: #7F7F7F. Windows color (decimal): -15684418 or 12495888. OLE color: 12495888.

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

Color convert

RGB 16 172 190 -
CMYK 0.92 0.09 0 0.25
HSL 186.21º 0.84% 0.4% -
HSV(B) 186.21º 0.92% 0.75% -
XYZ 24.26 33.33 53.87 -
YUV 127.41 163.32 48.54 -
System Red Green Blue C M Y K H S L
Decimal 16 172 190 0.92 0.09 0 0.25 186.21 0.84 0.4
Hex 10 AC BE 5C 9 0 19 BA 54 28
Octal 20 254 276 134 11 0 31 272 124 50
Binary 10000 10101100 10111110 1011100 1001 0 11001 10111010 1010100 101000

Color Harmonies of #10ACBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10ACBE

Black with #10ACBE

Text Example


Text Example

White with #10ACBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,172,190); }

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

background-color css

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

 a { background-color: rgb(16,172,190); }

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

border-color css

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

 span { border-color: rgb(16,172,190); }

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