Html Css Color HEX #12ACC2 Iris Blue

📋 copy color: '#12ACC2'

red 18 ◦ green 172 ◦ blue 194

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

Shades of Iris Blue #12ACC2

Tints of Iris Blue #12ACC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 50.52%

R = 4.69%
G = 44.79%
B = 50.52%

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

#12ACC2 (or 0x12ACC2) is known color: Iris Blue. HEX triplet: 12, AC and C2. RGB value is (18,172,194). Sum of RGB (Red+Green+Blue) = 18+172+194=384 (50% of max value = 765). Red value is 18 (7.42% from 255 or 4.69% from 384); Green value is 172 (67.58% from 255 or 44.79% from 384); Blue value is 194 (76.17% from 255 or 50.52% from 384); Max value from RGB is 194 - color contains mainly: blue. Hex color #12ACC2 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #12ACC2 is #ED533D. Grayscale: #808080. Windows color (decimal): -15553342 or 12758034. OLE color: 12758034.

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

Color convert

RGB 18 172 194 -
CMYK 0.91 0.11 0 0.24
HSL 187.5º 0.83% 0.42% -
HSV(B) 187.5º 0.91% 0.76% -
XYZ 24.74 33.53 56.21 -
YUV 128.46 164.98 49.21 -
System Red Green Blue C M Y K H S L
Decimal 18 172 194 0.91 0.11 0 0.24 187.5 0.83 0.42
Hex 12 AC C2 5B B 0 18 BC 53 2A
Octal 22 254 302 133 13 0 30 274 123 52
Binary 10010 10101100 11000010 1011011 1011 0 11000 10111100 1010011 101010

Color Harmonies of #12ACC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12ACC2

Black with #12ACC2

Text Example


Text Example

White with #12ACC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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