Html Css Color HEX #12A8BE Iris Blue

📋 copy color: '#12A8BE'

red 18 ◦ green 168 ◦ blue 190

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

Shades of Iris Blue #12A8BE

Tints of Iris Blue #12A8BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 50.53%

R = 4.79%
G = 44.68%
B = 50.53%

CMYK

 C value IS 0.91

 M value IS 0.12

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#12A8BE (or 0x12A8BE) is known color: Iris Blue. HEX triplet: 12, A8 and BE. RGB value is (18,168,190). Sum of RGB (Red+Green+Blue) = 18+168+190=376 (49% of max value = 765). Red value is 18 (7.42% from 255 or 4.79% from 376); Green value is 168 (66.02% from 255 or 44.68% from 376); Blue value is 190 (74.61% from 255 or 50.53% from 376); Max value from RGB is 190 - color contains mainly: blue. Hex color #12A8BE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #12A8BE is #ED5741. Grayscale: #7D7D7D. Windows color (decimal): -15554370 or 12494866. OLE color: 12494866.

HSL color Cylindrical-coordinate representation of color #12A8BE: hue angle of 187.67º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12A8BE is Cyan = 0.91, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 18 168 190 -
CMYK 0.91 0.12 0 0.25
HSL 187.67º 0.83% 0.41% -
HSV(B) 187.67º 0.91% 0.75% -
XYZ 23.55 31.85 53.62 -
YUV 125.66 164.31 51.21 -
System Red Green Blue C M Y K H S L
Decimal 18 168 190 0.91 0.12 0 0.25 187.67 0.83 0.41
Hex 12 A8 BE 5B C 0 19 BC 53 29
Octal 22 250 276 133 14 0 31 274 123 51
Binary 10010 10101000 10111110 1011011 1100 0 11001 10111100 1010011 101001

Color Harmonies of #12A8BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12A8BE

Black with #12A8BE

Text Example


Text Example

White with #12A8BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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