Html Css Color HEX #12ACD5 Iris Blue

📋 copy color: '#12ACD5'

red 18 ◦ green 172 ◦ blue 213

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

Shades of Iris Blue #12ACD5

Tints of Iris Blue #12ACD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 52.85%

R = 4.47%
G = 42.68%
B = 52.85%

CMYK

 C value IS 0.92

 M value IS 0.19

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#12ACD5 (or 0x12ACD5) is known color: Iris Blue. HEX triplet: 12, AC and D5. RGB value is (18,172,213). Sum of RGB (Red+Green+Blue) = 18+172+213=403 (53% of max value = 765). Red value is 18 (7.42% from 255 or 4.47% from 403); Green value is 172 (67.58% from 255 or 42.68% from 403); Blue value is 213 (83.59% from 255 or 52.85% from 403); Max value from RGB is 213 - color contains mainly: blue. Hex color #12ACD5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #12ACD5 is #ED532A. Grayscale: #828282. Windows color (decimal): -15553323 or 14003218. OLE color: 14003218.

HSL color Cylindrical-coordinate representation of color #12ACD5: hue angle of 192.62º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12ACD5 is Cyan = 0.92, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 18 172 213 -
CMYK 0.92 0.19 0 0.16
HSL 192.62º 0.84% 0.45% -
HSV(B) 192.62º 0.92% 0.84% -
XYZ 27.01 34.44 68.17 -
YUV 130.63 174.48 47.67 -
System Red Green Blue C M Y K H S L
Decimal 18 172 213 0.92 0.19 0 0.16 192.62 0.84 0.45
Hex 12 AC D5 5C 13 0 10 C1 54 2D
Octal 22 254 325 134 23 0 20 301 124 55
Binary 10010 10101100 11010101 1011100 10011 0 10000 11000001 1010100 101101

Color Harmonies of #12ACD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12ACD5

Black with #12ACD5

Text Example


Text Example

White with #12ACD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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