Html Css Color HEX #12ABCD Iris Blue

📋 copy color: '#12ABCD'

red 18 ◦ green 171 ◦ blue 205

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

Shades of Iris Blue #12ABCD

Tints of Iris Blue #12ABCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 52.03%

R = 4.57%
G = 43.4%
B = 52.03%

CMYK

 C value IS 0.91

 M value IS 0.17

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#12ABCD (or 0x12ABCD) is known color: Iris Blue. HEX triplet: 12, AB and CD. RGB value is (18,171,205). Sum of RGB (Red+Green+Blue) = 18+171+205=394 (52% of max value = 765). Red value is 18 (7.42% from 255 or 4.57% from 394); Green value is 171 (67.19% from 255 or 43.40% from 394); Blue value is 205 (80.47% from 255 or 52.03% from 394); Max value from RGB is 205 - color contains mainly: blue. Hex color #12ABCD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #12ABCD is #ED5432. Grayscale: #808080. Windows color (decimal): -15553587 or 13478674. OLE color: 13478674.

HSL color Cylindrical-coordinate representation of color #12ABCD: hue angle of 190.91º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12ABCD is Cyan = 0.91, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 18 171 205 -
CMYK 0.91 0.17 0 0.20
HSL 190.91º 0.84% 0.44% -
HSV(B) 190.91º 0.91% 0.8% -
XYZ 25.83 33.66 62.89 -
YUV 129.13 170.81 48.74 -
System Red Green Blue C M Y K H S L
Decimal 18 171 205 0.91 0.17 0 0.20 190.91 0.84 0.44
Hex 12 AB CD 5B 11 0 14 BF 54 2C
Octal 22 253 315 133 21 0 24 277 124 54
Binary 10010 10101011 11001101 1011011 10001 0 10100 10111111 1010100 101100

Color Harmonies of #12ABCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12ABCD

Black with #12ABCD

Text Example


Text Example

White with #12ABCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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