Html Css Color HEX #12AEC2 Iris Blue

📋 copy color: '#12AEC2'

red 18 ◦ green 174 ◦ blue 194

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

Shades of Iris Blue #12AEC2

Tints of Iris Blue #12AEC2

RGB

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

 GREEN value IS 174 (68.36% from 255) = 45.08%

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

R = 4.66%
G = 45.08%
B = 50.26%

CMYK

 C value IS 0.91

 M value IS 0.10

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#12AEC2 (or 0x12AEC2) is known color: Iris Blue. HEX triplet: 12, AE and C2. RGB value is (18,174,194). Sum of RGB (Red+Green+Blue) = 18+174+194=386 (51% of max value = 765). Red value is 18 (7.42% from 255 or 4.66% from 386); Green value is 174 (68.36% from 255 or 45.08% from 386); Blue value is 194 (76.17% from 255 or 50.26% from 386); Max value from RGB is 194 - color contains mainly: blue. Hex color #12AEC2 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #12AEC2 is #ED513D. Grayscale: #818181. Windows color (decimal): -15552830 or 12758546. OLE color: 12758546.

HSL color Cylindrical-coordinate representation of color #12AEC2: hue angle of 186.82º 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 #12AEC2 is Cyan = 0.91, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 18 174 194 -
CMYK 0.91 0.10 0 0.24
HSL 186.82º 0.83% 0.42% -
HSV(B) 186.82º 0.91% 0.76% -
XYZ 25.12 34.3 56.33 -
YUV 129.64 164.32 48.37 -
System Red Green Blue C M Y K H S L
Decimal 18 174 194 0.91 0.10 0 0.24 186.82 0.83 0.42
Hex 12 AE C2 5B A 0 18 BB 53 2A
Octal 22 256 302 133 12 0 30 273 123 52
Binary 10010 10101110 11000010 1011011 1010 0 11000 10111011 1010011 101010

Color Harmonies of #12AEC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12AEC2

Black with #12AEC2

Text Example


Text Example

White with #12AEC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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