Html Css Color HEX #12ACD9 Iris Blue

📋 copy color: '#12ACD9'

red 18 ◦ green 172 ◦ blue 217

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

Shades of Iris Blue #12ACD9

Tints of Iris Blue #12ACD9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 53.32%

R = 4.42%
G = 42.26%
B = 53.32%

CMYK

 C value IS 0.92

 M value IS 0.21

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#12ACD9 (or 0x12ACD9) is known color: Iris Blue. HEX triplet: 12, AC and D9. RGB value is (18,172,217). Sum of RGB (Red+Green+Blue) = 18+172+217=407 (53% of max value = 765). Red value is 18 (7.42% from 255 or 4.42% from 407); Green value is 172 (67.58% from 255 or 42.26% from 407); Blue value is 217 (85.16% from 255 or 53.32% from 407); Max value from RGB is 217 - color contains mainly: blue. Hex color #12ACD9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #12ACD9 is #ED5326. Grayscale: #828282. Windows color (decimal): -15553319 or 14265362. OLE color: 14265362.

HSL color Cylindrical-coordinate representation of color #12ACD9: hue angle of 193.57º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12ACD9 is Cyan = 0.92, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 18 172 217 -
CMYK 0.92 0.21 0 0.15
HSL 193.57º 0.85% 0.46% -
HSV(B) 193.57º 0.92% 0.85% -
XYZ 27.53 34.64 70.88 -
YUV 131.08 176.48 47.34 -
System Red Green Blue C M Y K H S L
Decimal 18 172 217 0.92 0.21 0 0.15 193.57 0.85 0.46
Hex 12 AC D9 5C 15 0 F C2 55 2E
Octal 22 254 331 134 25 0 17 302 125 56
Binary 10010 10101100 11011001 1011100 10101 0 1111 11000010 1010101 101110

Color Harmonies of #12ACD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12ACD9

Black with #12ACD9

Text Example


Text Example

White with #12ACD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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