#12BBBC

Color #12BBBC Iris Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Iris Blue #12BBBC

Tints of Iris Blue #12BBBC

Color information

#12BBBC (or 0x12BBBC) is unknown color: approx Iris Blue. HEX triplet: 12, BB and BC. RGB value is (18,187,188). Sum of RGB (Red+Green+Blue) = 18+187+188=393 (52% of max value = 765). Red value is 18 (7.42% from 255 or 4.58% from 393); Green value is 187 (73.44% from 255 or 47.58% from 393); Blue value is 188 (73.83% from 255 or 47.84% from 393); Max value from RGB is 188 - color contains mainly: blue. Hex color #12BBBC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12BBBC is #ED4443. Grayscale: #888888. Windows color (decimal): -15549508 or 12368658. OLE color: 12368658.

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

Color convert

RGB18187188-
CMYK0.900.0100.26
HSL180.35º82.52%40.39%-
HSV(B)180.35º90.43%73.73%-
XYZ27.139.353.73-
YUV136.58157.0143.42-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 4.58%
GREEN value IS 187 (73.44% from 255) = 47.58%
BLUE value IS 188 (73.83% from 255) = 47.84%
R=4.58%
G=47.58%
B=47.84%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal181871880.900.0100.26180.3582.5240.39
Hex12BBBC5A101Ab45328
Octal22273274132103226412350
Binary10010101110111011110010110101011010101101001010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12BBBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #12BBBC;
 }
 .AnyTagClassName
 {
   color: #12BBBC;
 }
</style>
background-color css

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

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

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

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

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

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