Html Css Color HEX #12ACDD Iris Blue

📋 copy color: '#12ACDD'

red 18 ◦ green 172 ◦ blue 221

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

Shades of Iris Blue #12ACDD

Tints of Iris Blue #12ACDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 53.77%

R = 4.38%
G = 41.85%
B = 53.77%

CMYK

 C value IS 0.92

 M value IS 0.22

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#12ACDD (or 0x12ACDD) is known color: Iris Blue. HEX triplet: 12, AC and DD. RGB value is (18,172,221). Sum of RGB (Red+Green+Blue) = 18+172+221=411 (54% of max value = 765). Red value is 18 (7.42% from 255 or 4.38% from 411); Green value is 172 (67.58% from 255 or 41.85% from 411); Blue value is 221 (86.72% from 255 or 53.77% from 411); Max value from RGB is 221 - color contains mainly: blue. Hex color #12ACDD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #12ACDD is #ED5322. Grayscale: #838383. Windows color (decimal): -15553315 or 14527506. OLE color: 14527506.

HSL color Cylindrical-coordinate representation of color #12ACDD: hue angle of 194.48º 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 #12ACDD is Cyan = 0.92, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 18 172 221 -
CMYK 0.92 0.22 0 0.13
HSL 194.48º 0.85% 0.47% -
HSV(B) 194.48º 0.92% 0.87% -
XYZ 28.05 34.85 73.66 -
YUV 131.54 178.48 47.02 -
System Red Green Blue C M Y K H S L
Decimal 18 172 221 0.92 0.22 0 0.13 194.48 0.85 0.47
Hex 12 AC DD 5C 16 0 D C2 55 2F
Octal 22 254 335 134 26 0 15 302 125 57
Binary 10010 10101100 11011101 1011100 10110 0 1101 11000010 1010101 101111

Color Harmonies of #12ACDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12ACDD

Black with #12ACDD

Text Example


Text Example

White with #12ACDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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