Html Css Color HEX #12A9BD Iris Blue

📋 copy color: '#12A9BD'

red 18 ◦ green 169 ◦ blue 189

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

Shades of Iris Blue #12A9BD

Tints of Iris Blue #12A9BD

RGB

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

 GREEN value IS 169 (66.41% from 255) = 44.95%

 BLUE value IS 189 (74.22% from 255) = 50.27%

R = 4.79%
G = 44.95%
B = 50.27%

CMYK

 C value IS 0.90

 M value IS 0.11

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#12A9BD (or 0x12A9BD) is known color: Iris Blue. HEX triplet: 12, A9 and BD. RGB value is (18,169,189). Sum of RGB (Red+Green+Blue) = 18+169+189=376 (49% of max value = 765). Red value is 18 (7.42% from 255 or 4.79% from 376); Green value is 169 (66.41% from 255 or 44.95% from 376); Blue value is 189 (74.22% from 255 or 50.27% from 376); Max value from RGB is 189 - color contains mainly: blue. Hex color #12A9BD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #12A9BD is #ED5642. Grayscale: #7D7D7D. Windows color (decimal): -15554115 or 12429586. OLE color: 12429586.

HSL color Cylindrical-coordinate representation of color #12A9BD: hue angle of 187.02º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12A9BD is Cyan = 0.90, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 18 169 189 -
CMYK 0.90 0.11 0 0.26
HSL 187.02º 0.83% 0.41% -
HSV(B) 187.02º 0.9% 0.74% -
XYZ 23.62 32.18 53.11 -
YUV 126.13 163.47 50.87 -
System Red Green Blue C M Y K H S L
Decimal 18 169 189 0.90 0.11 0 0.26 187.02 0.83 0.41
Hex 12 A9 BD 5A B 0 1A BB 53 29
Octal 22 251 275 132 13 0 32 273 123 51
Binary 10010 10101001 10111101 1011010 1011 0 11010 10111011 1010011 101001

Color Harmonies of #12A9BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12A9BD

Black with #12A9BD

Text Example


Text Example

White with #12A9BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,169,189); }

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

background-color css

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

 a { background-color: rgb(18,169,189); }

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

border-color css

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

 span { border-color: rgb(18,169,189); }

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