Html Css Color HEX #12A8BA Iris Blue

📋 copy color: '#12A8BA'

red 18 ◦ green 168 ◦ blue 186

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

Shades of Iris Blue #12A8BA

Tints of Iris Blue #12A8BA

RGB

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

 GREEN value IS 168 (66.02% from 255) = 45.16%

 BLUE value IS 186 (73.05% from 255) = 50%

R = 4.84%
G = 45.16%
B = 50%

CMYK

 C value IS 0.90

 M value IS 0.10

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#12A8BA (or 0x12A8BA) is known color: Iris Blue. HEX triplet: 12, A8 and BA. RGB value is (18,168,186). Sum of RGB (Red+Green+Blue) = 18+168+186=372 (49% of max value = 765). Red value is 18 (7.42% from 255 or 4.84% from 372); Green value is 168 (66.02% from 255 or 45.16% from 372); Blue value is 186 (73.05% from 255 or 50% from 372); Max value from RGB is 186 - color contains mainly: blue. Hex color #12A8BA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #12A8BA is #ED5745. Grayscale: #7C7C7C. Windows color (decimal): -15554374 or 12232722. OLE color: 12232722.

HSL color Cylindrical-coordinate representation of color #12A8BA: hue angle of 186.43º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12A8BA is Cyan = 0.90, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 18 168 186 -
CMYK 0.90 0.10 0 0.27
HSL 186.43º 0.82% 0.4% -
HSV(B) 186.43º 0.9% 0.73% -
XYZ 23.12 31.68 51.35 -
YUV 125.2 162.31 51.54 -
System Red Green Blue C M Y K H S L
Decimal 18 168 186 0.90 0.10 0 0.27 186.43 0.82 0.4
Hex 12 A8 BA 5A A 0 1B BA 52 28
Octal 22 250 272 132 12 0 33 272 122 50
Binary 10010 10101000 10111010 1011010 1010 0 11011 10111010 1010010 101000

Color Harmonies of #12A8BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12A8BA

Black with #12A8BA

Text Example


Text Example

White with #12A8BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,168,186); }

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

background-color css

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

 a { background-color: rgb(18,168,186); }

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

border-color css

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

 span { border-color: rgb(18,168,186); }

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