Html Css Color HEX #12ACDB Iris Blue

📋 copy color: '#12ACDB'

red 18 ◦ green 172 ◦ blue 219

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

Shades of Iris Blue #12ACDB

Tints of Iris Blue #12ACDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 53.55%

R = 4.4%
G = 42.05%
B = 53.55%

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

#12ACDB (or 0x12ACDB) is known color: Iris Blue. HEX triplet: 12, AC and DB. RGB value is (18,172,219). Sum of RGB (Red+Green+Blue) = 18+172+219=409 (54% of max value = 765). Red value is 18 (7.42% from 255 or 4.40% from 409); Green value is 172 (67.58% from 255 or 42.05% from 409); Blue value is 219 (85.94% from 255 or 53.55% from 409); Max value from RGB is 219 - color contains mainly: blue. Hex color #12ACDB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #12ACDB is #ED5324. Grayscale: #828282. Windows color (decimal): -15553317 or 14396434. OLE color: 14396434.

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

Color convert

RGB 18 172 219 -
CMYK 0.92 0.21 0 0.14
HSL 194.03º 0.85% 0.46% -
HSV(B) 194.03º 0.92% 0.86% -
XYZ 27.79 34.75 72.26 -
YUV 131.31 177.48 47.18 -
System Red Green Blue C M Y K H S L
Decimal 18 172 219 0.92 0.21 0 0.14 194.03 0.85 0.46
Hex 12 AC DB 5C 15 0 E C2 55 2E
Octal 22 254 333 134 25 0 16 302 125 56
Binary 10010 10101100 11011011 1011100 10101 0 1110 11000010 1010101 101110

Color Harmonies of #12ACDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12ACDB

Black with #12ACDB

Text Example


Text Example

White with #12ACDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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