#01BCD1

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

Shades of Iris Blue #01BCD1

Tints of Iris Blue #01BCD1

Color information

#01BCD1 (or 0x01BCD1) is unknown color: approx Iris Blue. HEX triplet: 01, BC and D1. RGB value is (1,188,209). Sum of RGB (Red+Green+Blue) = 1+188+209=398 (52% of max value = 765). Red value is 1 (0.78% from 255 or 0.25% from 398); Green value is 188 (73.83% from 255 or 47.24% from 398); Blue value is 209 (82.03% from 255 or 52.51% from 398); Max value from RGB is 209 - color contains mainly: blue. Hex color #01BCD1 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #01BCD1 is #FE432E. Grayscale: #868686. Windows color (decimal): -16663343 or 13745153. OLE color: 13745153.

HSL color Cylindrical-coordinate representation of color #01BCD1: hue angle of 186.06º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01BCD1 is Cyan = 1.00, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB1188209-
CMYK1.000.1000.18
HSL186.06º99.05%41.18%-
HSV(B)186.06º99.52%81.96%-
XYZ29.540.5866.6-
YUV134.48170.0532.79-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.25%
GREEN value IS 188 (73.83% from 255) = 47.24%
BLUE value IS 209 (82.03% from 255) = 52.51%
R=0.25%
G=47.24%
B=52.51%

CMYK

C (Cyan) values IS 1.00
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal11882091.000.1000.18186.0699.0541.18
Hex1BCD164A012ba6329
Octal12743211441202227214351
Binary1101111001101000111001001010010010101110101100011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01BCD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01BCD1; }

 p { color: rgb(1,188,209); }

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

<style>
 a { background-color: #01BCD1; }

 a { background-color: rgb(1,188,209); }

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

<style>
 span { border-color: #01BCD1; }

 span { border-color: rgb(1,188,209); }

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