Html Css Color HEX #12A8BD Iris Blue

📋 copy color: '#12A8BD'

red 18 ◦ green 168 ◦ blue 189

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

Shades of Iris Blue #12A8BD

Tints of Iris Blue #12A8BD

RGB

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

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

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

R = 4.8%
G = 44.8%
B = 50.4%

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

#12A8BD (or 0x12A8BD) is known color: Iris Blue. HEX triplet: 12, A8 and BD. RGB value is (18,168,189). Sum of RGB (Red+Green+Blue) = 18+168+189=375 (49% of max value = 765). Red value is 18 (7.42% from 255 or 4.8% from 375); Green value is 168 (66.02% from 255 or 44.8% from 375); Blue value is 189 (74.22% from 255 or 50.4% from 375); Max value from RGB is 189 - color contains mainly: blue. Hex color #12A8BD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #12A8BD is #ED5742. Grayscale: #7D7D7D. Windows color (decimal): -15554371 or 12429330. OLE color: 12429330.

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

Color convert

RGB 18 168 189 -
CMYK 0.90 0.11 0 0.26
HSL 187.37º 0.83% 0.41% -
HSV(B) 187.37º 0.9% 0.74% -
XYZ 23.44 31.81 53.05 -
YUV 125.54 163.81 51.29 -
System Red Green Blue C M Y K H S L
Decimal 18 168 189 0.90 0.11 0 0.26 187.37 0.83 0.41
Hex 12 A8 BD 5A B 0 1A BB 53 29
Octal 22 250 275 132 13 0 32 273 123 51
Binary 10010 10101000 10111101 1011010 1011 0 11010 10111011 1010011 101001

Color Harmonies of #12A8BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12A8BD

Black with #12A8BD

Text Example


Text Example

White with #12A8BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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