Html Css Color HEX #12ACC1 Iris Blue

📋 copy color: '#12ACC1'

red 18 ◦ green 172 ◦ blue 193

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

Shades of Iris Blue #12ACC1

Tints of Iris Blue #12ACC1

RGB

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

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

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

R = 4.7%
G = 44.91%
B = 50.39%

CMYK

 C value IS 0.91

 M value IS 0.11

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#12ACC1 (or 0x12ACC1) is known color: Iris Blue. HEX triplet: 12, AC and C1. RGB value is (18,172,193). Sum of RGB (Red+Green+Blue) = 18+172+193=383 (50% of max value = 765). Red value is 18 (7.42% from 255 or 4.70% from 383); Green value is 172 (67.58% from 255 or 44.91% from 383); Blue value is 193 (75.78% from 255 or 50.39% from 383); Max value from RGB is 193 - color contains mainly: blue. Hex color #12ACC1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #12ACC1 is #ED533E. Grayscale: #808080. Windows color (decimal): -15553343 or 12692498. OLE color: 12692498.

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

Color convert

RGB 18 172 193 -
CMYK 0.91 0.11 0 0.24
HSL 187.2º 0.83% 0.41% -
HSV(B) 187.2º 0.91% 0.76% -
XYZ 24.63 33.48 55.62 -
YUV 128.35 164.48 49.29 -
System Red Green Blue C M Y K H S L
Decimal 18 172 193 0.91 0.11 0 0.24 187.2 0.83 0.41
Hex 12 AC C1 5B B 0 18 BB 53 29
Octal 22 254 301 133 13 0 30 273 123 51
Binary 10010 10101100 11000001 1011011 1011 0 11000 10111011 1010011 101001

Color Harmonies of #12ACC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12ACC1

Black with #12ACC1

Text Example


Text Example

White with #12ACC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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