Html Css Color HEX #12ABDC Iris Blue

📋 copy color: '#12ABDC'

red 18 ◦ green 171 ◦ blue 220

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

Shades of Iris Blue #12ABDC

Tints of Iris Blue #12ABDC

RGB

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

 GREEN value IS 171 (67.19% from 255) = 41.81%

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

R = 4.4%
G = 41.81%
B = 53.79%

CMYK

 C value IS 0.92

 M value IS 0.22

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#12ABDC (or 0x12ABDC) is known color: Iris Blue. HEX triplet: 12, AB and DC. RGB value is (18,171,220). Sum of RGB (Red+Green+Blue) = 18+171+220=409 (54% of max value = 765). Red value is 18 (7.42% from 255 or 4.40% from 409); Green value is 171 (67.19% from 255 or 41.81% from 409); Blue value is 220 (86.33% from 255 or 53.79% from 409); Max value from RGB is 220 - color contains mainly: blue. Hex color #12ABDC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #12ABDC is #ED5423. Grayscale: #828282. Windows color (decimal): -15553572 or 14461714. OLE color: 14461714.

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

Color convert

RGB 18 171 220 -
CMYK 0.92 0.22 0 0.14
HSL 194.55º 0.85% 0.47% -
HSV(B) 194.55º 0.92% 0.86% -
XYZ 27.73 34.42 72.89 -
YUV 130.84 178.31 47.52 -
System Red Green Blue C M Y K H S L
Decimal 18 171 220 0.92 0.22 0 0.14 194.55 0.85 0.47
Hex 12 AB DC 5C 16 0 E C3 55 2F
Octal 22 253 334 134 26 0 16 303 125 57
Binary 10010 10101011 11011100 1011100 10110 0 1110 11000011 1010101 101111

Color Harmonies of #12ABDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12ABDC

Black with #12ABDC

Text Example


Text Example

White with #12ABDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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