#01BFCC

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

Shades of Iris Blue #01BFCC

Tints of Iris Blue #01BFCC

Color information

#01BFCC (or 0x01BFCC) is unknown color: approx Iris Blue. HEX triplet: 01, BF and CC. RGB value is (1,191,204). Sum of RGB (Red+Green+Blue) = 1+191+204=396 (52% of max value = 765). Red value is 1 (0.78% from 255 or 0.25% from 396); Green value is 191 (75% from 255 or 48.23% from 396); Blue value is 204 (80.08% from 255 or 51.52% from 396); Max value from RGB is 204 - color contains mainly: blue. Hex color #01BFCC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #01BFCC is #FE4033. Grayscale: #878787. Windows color (decimal): -16662580 or 13418241. OLE color: 13418241.

HSL color Cylindrical-coordinate representation of color #01BFCC: hue angle of 183.84º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01BFCC is Cyan = 1.00, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB1191204-
CMYK1.000.0600.2
HSL183.84º99.02%40.2%-
HSV(B)183.84º99.51%80%-
XYZ29.5441.6363.6-
YUV135.67166.5531.94-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.25%
GREEN value IS 191 (75% from 255) = 48.23%
BLUE value IS 204 (80.08% from 255) = 51.52%
R=0.25%
G=48.23%
B=51.52%

CMYK

C (Cyan) values IS 1.00
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal11912041.000.0600.2183.8499.0240.2
Hex1BFCC646014b86328
Octal1277314144602427014350
Binary110111111110011001100100110010100101110001100011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01BFCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,191,204); }

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

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

 a { background-color: rgb(1,191,204); }

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

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

 span { border-color: rgb(1,191,204); }

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