Html Css Color HEX #12A8BF Iris Blue

📋 copy color: '#12A8BF'

red 18 ◦ green 168 ◦ blue 191

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

Shades of Iris Blue #12A8BF

Tints of Iris Blue #12A8BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 50.66%

R = 4.77%
G = 44.56%
B = 50.66%

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

#12A8BF (or 0x12A8BF) is known color: Iris Blue. HEX triplet: 12, A8 and BF. RGB value is (18,168,191). Sum of RGB (Red+Green+Blue) = 18+168+191=377 (49% of max value = 765). Red value is 18 (7.42% from 255 or 4.77% from 377); Green value is 168 (66.02% from 255 or 44.56% from 377); Blue value is 191 (75% from 255 or 50.66% from 377); Max value from RGB is 191 - color contains mainly: blue. Hex color #12A8BF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #12A8BF is #ED5740. Grayscale: #7D7D7D. Windows color (decimal): -15554369 or 12560402. OLE color: 12560402.

HSL color Cylindrical-coordinate representation of color #12A8BF: hue angle of 187.98º 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 #12A8BF is Cyan = 0.91, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 18 168 191 -
CMYK 0.91 0.12 0 0.25
HSL 187.98º 0.83% 0.41% -
HSV(B) 187.98º 0.91% 0.75% -
XYZ 23.66 31.9 54.2 -
YUV 125.77 164.81 51.13 -
System Red Green Blue C M Y K H S L
Decimal 18 168 191 0.91 0.12 0 0.25 187.98 0.83 0.41
Hex 12 A8 BF 5B C 0 19 BC 53 29
Octal 22 250 277 133 14 0 31 274 123 51
Binary 10010 10101000 10111111 1011011 1100 0 11001 10111100 1010011 101001

Color Harmonies of #12A8BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12A8BF

Black with #12A8BF

Text Example


Text Example

White with #12A8BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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