Html Css Color HEX #12A8BB Iris Blue

📋 copy color: '#12A8BB'

red 18 ◦ green 168 ◦ blue 187

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

Shades of Iris Blue #12A8BB

Tints of Iris Blue #12A8BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 50.13%

R = 4.83%
G = 45.04%
B = 50.13%

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

#12A8BB (or 0x12A8BB) is known color: Iris Blue. HEX triplet: 12, A8 and BB. RGB value is (18,168,187). Sum of RGB (Red+Green+Blue) = 18+168+187=373 (49% of max value = 765). Red value is 18 (7.42% from 255 or 4.83% from 373); Green value is 168 (66.02% from 255 or 45.04% from 373); Blue value is 187 (73.44% from 255 or 50.13% from 373); Max value from RGB is 187 - color contains mainly: blue. Hex color #12A8BB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #12A8BB is #ED5744. Grayscale: #7D7D7D. Windows color (decimal): -15554373 or 12298258. OLE color: 12298258.

HSL color Cylindrical-coordinate representation of color #12A8BB: hue angle of 186.75º 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 #12A8BB is Cyan = 0.90, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 18 168 187 -
CMYK 0.90 0.10 0 0.27
HSL 186.75º 0.82% 0.4% -
HSV(B) 186.75º 0.9% 0.73% -
XYZ 23.22 31.72 51.91 -
YUV 125.32 162.81 51.46 -
System Red Green Blue C M Y K H S L
Decimal 18 168 187 0.90 0.10 0 0.27 186.75 0.82 0.4
Hex 12 A8 BB 5A A 0 1B BB 52 28
Octal 22 250 273 132 12 0 33 273 122 50
Binary 10010 10101000 10111011 1011010 1010 0 11011 10111011 1010010 101000

Color Harmonies of #12A8BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12A8BB

Black with #12A8BB

Text Example


Text Example

White with #12A8BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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