Html Css Color HEX #12AEBC Iris Blue

📋 copy color: '#12AEBC'

red 18 ◦ green 174 ◦ blue 188

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

Shades of Iris Blue #12AEBC

Tints of Iris Blue #12AEBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 49.47%

R = 4.74%
G = 45.79%
B = 49.47%

CMYK

 C value IS 0.90

 M value IS 0.07

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#12AEBC (or 0x12AEBC) is known color: Iris Blue. HEX triplet: 12, AE and BC. RGB value is (18,174,188). Sum of RGB (Red+Green+Blue) = 18+174+188=380 (50% of max value = 765). Red value is 18 (7.42% from 255 or 4.74% from 380); Green value is 174 (68.36% from 255 or 45.79% from 380); Blue value is 188 (73.83% from 255 or 49.47% from 380); Max value from RGB is 188 - color contains mainly: blue. Hex color #12AEBC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #12AEBC is #ED5143. Grayscale: #808080. Windows color (decimal): -15552836 or 12365330. OLE color: 12365330.

HSL color Cylindrical-coordinate representation of color #12AEBC: hue angle of 184.94º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12AEBC is Cyan = 0.90, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 18 174 188 -
CMYK 0.90 0.07 0 0.26
HSL 184.94º 0.83% 0.4% -
HSV(B) 184.94º 0.9% 0.74% -
XYZ 24.46 34.03 52.86 -
YUV 128.95 161.32 48.86 -
System Red Green Blue C M Y K H S L
Decimal 18 174 188 0.90 0.07 0 0.26 184.94 0.83 0.4
Hex 12 AE BC 5A 7 0 1A B9 53 28
Octal 22 256 274 132 7 0 32 271 123 50
Binary 10010 10101110 10111100 1011010 111 0 11010 10111001 1010011 101000

Color Harmonies of #12AEBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12AEBC

Black with #12AEBC

Text Example


Text Example

White with #12AEBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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