Html Css Color HEX #12A8BC Iris Blue

📋 copy color: '#12A8BC'

red 18 ◦ green 168 ◦ blue 188

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

Shades of Iris Blue #12A8BC

Tints of Iris Blue #12A8BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 50.27%

R = 4.81%
G = 44.92%
B = 50.27%

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

#12A8BC (or 0x12A8BC) is known color: Iris Blue. HEX triplet: 12, A8 and BC. RGB value is (18,168,188). Sum of RGB (Red+Green+Blue) = 18+168+188=374 (49% of max value = 765). Red value is 18 (7.42% from 255 or 4.81% from 374); Green value is 168 (66.02% from 255 or 44.92% from 374); Blue value is 188 (73.83% from 255 or 50.27% from 374); Max value from RGB is 188 - color contains mainly: blue. Hex color #12A8BC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #12A8BC is #ED5743. Grayscale: #7D7D7D. Windows color (decimal): -15554372 or 12363794. OLE color: 12363794.

HSL color Cylindrical-coordinate representation of color #12A8BC: hue angle of 187.06º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12A8BC is Cyan = 0.90, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 18 168 188 -
CMYK 0.90 0.11 0 0.26
HSL 187.06º 0.83% 0.4% -
HSV(B) 187.06º 0.9% 0.74% -
XYZ 23.33 31.76 52.48 -
YUV 125.43 163.31 51.37 -
System Red Green Blue C M Y K H S L
Decimal 18 168 188 0.90 0.11 0 0.26 187.06 0.83 0.4
Hex 12 A8 BC 5A B 0 1A BB 53 28
Octal 22 250 274 132 13 0 32 273 123 50
Binary 10010 10101000 10111100 1011010 1011 0 11010 10111011 1010011 101000

Color Harmonies of #12A8BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12A8BC

Black with #12A8BC

Text Example


Text Example

White with #12A8BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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