Html Css Color HEX #12ABDD Iris Blue

📋 copy color: '#12ABDD'

red 18 ◦ green 171 ◦ blue 221

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

Shades of Iris Blue #12ABDD

Tints of Iris Blue #12ABDD

RGB

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

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

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

R = 4.39%
G = 41.71%
B = 53.9%

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

#12ABDD (or 0x12ABDD) is known color: Iris Blue. HEX triplet: 12, AB and DD. RGB value is (18,171,221). Sum of RGB (Red+Green+Blue) = 18+171+221=410 (54% of max value = 765). Red value is 18 (7.42% from 255 or 4.39% from 410); Green value is 171 (67.19% from 255 or 41.71% from 410); Blue value is 221 (86.72% from 255 or 53.90% from 410); Max value from RGB is 221 - color contains mainly: blue. Hex color #12ABDD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #12ABDD is #ED5422. Grayscale: #828282. Windows color (decimal): -15553571 or 14527250. OLE color: 14527250.

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

Color convert

RGB 18 171 221 -
CMYK 0.92 0.23 0 0.13
HSL 194.78º 0.85% 0.47% -
HSV(B) 194.78º 0.92% 0.87% -
XYZ 27.86 34.47 73.59 -
YUV 130.95 178.81 47.43 -
System Red Green Blue C M Y K H S L
Decimal 18 171 221 0.92 0.23 0 0.13 194.78 0.85 0.47
Hex 12 AB DD 5C 17 0 D C3 55 2F
Octal 22 253 335 134 27 0 15 303 125 57
Binary 10010 10101011 11011101 1011100 10111 0 1101 11000011 1010101 101111

Color Harmonies of #12ABDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12ABDD

Black with #12ABDD

Text Example


Text Example

White with #12ABDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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