Html Css Color HEX #12B3BC Iris Blue

📋 copy color: '#12B3BC'

red 18 ◦ green 179 ◦ blue 188

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

Shades of Iris Blue #12B3BC

Tints of Iris Blue #12B3BC

RGB

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

 GREEN value IS 179 (70.31% from 255) = 46.49%

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

R = 4.68%
G = 46.49%
B = 48.83%

CMYK

 C value IS 0.90

 M value IS 0.05

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#12B3BC (or 0x12B3BC) is known color: Iris Blue. HEX triplet: 12, B3 and BC. RGB value is (18,179,188). Sum of RGB (Red+Green+Blue) = 18+179+188=385 (50% of max value = 765). Red value is 18 (7.42% from 255 or 4.68% from 385); Green value is 179 (70.31% from 255 or 46.49% from 385); Blue value is 188 (73.83% from 255 or 48.83% from 385); Max value from RGB is 188 - color contains mainly: blue. Hex color #12B3BC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12B3BC is #ED4C43. Grayscale: #838383. Windows color (decimal): -15551556 or 12366610. OLE color: 12366610.

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

Color convert

RGB 18 179 188 -
CMYK 0.90 0.05 0 0.26
HSL 183.18º 0.83% 0.4% -
HSV(B) 183.18º 0.9% 0.74% -
XYZ 25.45 36 53.18 -
YUV 131.89 159.66 46.77 -
System Red Green Blue C M Y K H S L
Decimal 18 179 188 0.90 0.05 0 0.26 183.18 0.83 0.4
Hex 12 B3 BC 5A 5 0 1A B7 53 28
Octal 22 263 274 132 5 0 32 267 123 50
Binary 10010 10110011 10111100 1011010 101 0 11010 10110111 1010011 101000

Color Harmonies of #12B3BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12B3BC

Black with #12B3BC

Text Example


Text Example

White with #12B3BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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