#01BDCF

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

Shades of Iris Blue #01BDCF

Tints of Iris Blue #01BDCF

Color information

#01BDCF (or 0x01BDCF) is unknown color: approx Iris Blue. HEX triplet: 01, BD and CF. RGB value is (1,189,207). Sum of RGB (Red+Green+Blue) = 1+189+207=397 (52% of max value = 765). Red value is 1 (0.78% from 255 or 0.25% from 397); Green value is 189 (74.22% from 255 or 47.61% from 397); Blue value is 207 (81.25% from 255 or 52.14% from 397); Max value from RGB is 207 - color contains mainly: blue. Hex color #01BDCF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #01BDCF is #FE4230. Grayscale: #868686. Windows color (decimal): -16663089 or 13614337. OLE color: 13614337.

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

Color convert

RGB1189207-
CMYK1.000.0900.19
HSL185.24º99.04%40.78%-
HSV(B)185.24º99.52%81.18%-
XYZ29.4740.9165.37-
YUV134.84168.7232.54-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.25%
GREEN value IS 189 (74.22% from 255) = 47.61%
BLUE value IS 207 (81.25% from 255) = 52.14%
R=0.25%
G=47.61%
B=52.14%

CMYK

C (Cyan) values IS 1.00
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal11892071.000.0900.19185.2499.0440.78
Hex1BDCF649013b96329
Octal12753171441102327114351
Binary1101111011100111111001001001010011101110011100011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01BDCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,189,207); }

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

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

 a { background-color: rgb(1,189,207); }

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

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

 span { border-color: rgb(1,189,207); }

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