Html Css Color HEX #12ACDE Iris Blue

📋 copy color: '#12ACDE'

red 18 ◦ green 172 ◦ blue 222

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

Shades of Iris Blue #12ACDE

Tints of Iris Blue #12ACDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 53.88%

R = 4.37%
G = 41.75%
B = 53.88%

CMYK

 C value IS 0.92

 M value IS 0.23

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#12ACDE (or 0x12ACDE) is known color: Iris Blue. HEX triplet: 12, AC and DE. RGB value is (18,172,222). Sum of RGB (Red+Green+Blue) = 18+172+222=412 (54% of max value = 765). Red value is 18 (7.42% from 255 or 4.37% from 412); Green value is 172 (67.58% from 255 or 41.75% from 412); Blue value is 222 (87.11% from 255 or 53.88% from 412); Max value from RGB is 222 - color contains mainly: blue. Hex color #12ACDE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #12ACDE is #ED5321. Grayscale: #838383. Windows color (decimal): -15553314 or 14593042. OLE color: 14593042.

HSL color Cylindrical-coordinate representation of color #12ACDE: hue angle of 194.71º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12ACDE is Cyan = 0.92, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 18 172 222 -
CMYK 0.92 0.23 0 0.13
HSL 194.71º 0.85% 0.47% -
HSV(B) 194.71º 0.92% 0.87% -
XYZ 28.19 34.91 74.36 -
YUV 131.65 178.98 46.93 -
System Red Green Blue C M Y K H S L
Decimal 18 172 222 0.92 0.23 0 0.13 194.71 0.85 0.47
Hex 12 AC DE 5C 17 0 D C3 55 2F
Octal 22 254 336 134 27 0 15 303 125 57
Binary 10010 10101100 11011110 1011100 10111 0 1101 11000011 1010101 101111

Color Harmonies of #12ACDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12ACDE

Black with #12ACDE

Text Example


Text Example

White with #12ACDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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