Html Css Color HEX #12ACC6 Iris Blue

📋 copy color: '#12ACC6'

red 18 ◦ green 172 ◦ blue 198

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

Shades of Iris Blue #12ACC6

Tints of Iris Blue #12ACC6

RGB

 RED value IS 18 (7.42% from 255) = 4.64%

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

 BLUE value IS 198 (77.73% from 255) = 51.03%

R = 4.64%
G = 44.33%
B = 51.03%

CMYK

 C value IS 0.91

 M value IS 0.13

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#12ACC6 (or 0x12ACC6) is known color: Iris Blue. HEX triplet: 12, AC and C6. RGB value is (18,172,198). Sum of RGB (Red+Green+Blue) = 18+172+198=388 (51% of max value = 765). Red value is 18 (7.42% from 255 or 4.64% from 388); Green value is 172 (67.58% from 255 or 44.33% from 388); Blue value is 198 (77.73% from 255 or 51.03% from 388); Max value from RGB is 198 - color contains mainly: blue. Hex color #12ACC6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #12ACC6 is #ED5339. Grayscale: #808080. Windows color (decimal): -15553338 or 13020178. OLE color: 13020178.

HSL color Cylindrical-coordinate representation of color #12ACC6: hue angle of 188.67º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12ACC6 is Cyan = 0.91, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 18 172 198 -
CMYK 0.91 0.13 0 0.22
HSL 188.67º 0.83% 0.42% -
HSV(B) 188.67º 0.91% 0.78% -
XYZ 25.2 33.71 58.61 -
YUV 128.92 166.98 48.89 -
System Red Green Blue C M Y K H S L
Decimal 18 172 198 0.91 0.13 0 0.22 188.67 0.83 0.42
Hex 12 AC C6 5B D 0 16 BD 53 2A
Octal 22 254 306 133 15 0 26 275 123 52
Binary 10010 10101100 11000110 1011011 1101 0 10110 10111101 1010011 101010

Color Harmonies of #12ACC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12ACC6

Black with #12ACC6

Text Example


Text Example

White with #12ACC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12ACC6; }

 p { color: rgb(18,172,198); }

 H1.HeaderClassName
 {
   color: #12ACC6;
 }
 .AnyTagClassName
 {
   color: #12ACC6;
 }
</style>

background-color css

<style>
 a { background-color: #12ACC6; }

 a { background-color: rgb(18,172,198); }

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

border-color css

<style>
 span { border-color: #12ACC6; }

 span { border-color: rgb(18,172,198); }

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