Html Css Color HEX #12ADDC Iris Blue

📋 copy color: '#12ADDC'

red 18 ◦ green 173 ◦ blue 220

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

Shades of Iris Blue #12ADDC

Tints of Iris Blue #12ADDC

RGB

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

 GREEN value IS 173 (67.97% from 255) = 42.09%

 BLUE value IS 220 (86.33% from 255) = 53.53%

R = 4.38%
G = 42.09%
B = 53.53%

CMYK

 C value IS 0.92

 M value IS 0.21

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#12ADDC (or 0x12ADDC) is known color: Iris Blue. HEX triplet: 12, AD and DC. RGB value is (18,173,220). Sum of RGB (Red+Green+Blue) = 18+173+220=411 (54% of max value = 765). Red value is 18 (7.42% from 255 or 4.38% from 411); Green value is 173 (67.97% from 255 or 42.09% from 411); Blue value is 220 (86.33% from 255 or 53.53% from 411); Max value from RGB is 220 - color contains mainly: blue. Hex color #12ADDC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #12ADDC is #ED5223. Grayscale: #838383. Windows color (decimal): -15553060 or 14462226. OLE color: 14462226.

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

Color convert

RGB 18 173 220 -
CMYK 0.92 0.21 0 0.14
HSL 193.96º 0.85% 0.47% -
HSV(B) 193.96º 0.92% 0.86% -
XYZ 28.11 35.18 73.02 -
YUV 132.01 177.65 46.68 -
System Red Green Blue C M Y K H S L
Decimal 18 173 220 0.92 0.21 0 0.14 193.96 0.85 0.47
Hex 12 AD DC 5C 15 0 E C2 55 2F
Octal 22 255 334 134 25 0 16 302 125 57
Binary 10010 10101101 11011100 1011100 10101 0 1110 11000010 1010101 101111

Color Harmonies of #12ADDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12ADDC

Black with #12ADDC

Text Example


Text Example

White with #12ADDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,173,220); }

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

background-color css

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

 a { background-color: rgb(18,173,220); }

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

border-color css

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

 span { border-color: rgb(18,173,220); }

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