#00BCB3

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

Shades of Iris Blue #00BCB3

Tints of Iris Blue #00BCB3

Color information

#00BCB3 (or 0x00BCB3) is unknown color: approx Iris Blue. HEX triplet: 00, BC and B3. RGB value is (0,188,179). Sum of RGB (Red+Green+Blue) = 0+188+179=367 (48% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 367); Green value is 188 (73.83% from 255 or 51.23% from 367); Blue value is 179 (70.31% from 255 or 48.77% from 367); Max value from RGB is 188 - color contains mainly: green. Hex color #00BCB3 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00BCB3 is #FF434C. Grayscale: #828282. Windows color (decimal): -16728909 or 11779072. OLE color: 11779072.

HSL color Cylindrical-coordinate representation of color #00BCB3: hue angle of 177.13º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00BCB3 is Cyan = 1, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.26.

Color convert

RGB0188179-
CMYK100.050.26
HSL177.13º100%36.86%-
HSV(B)177.13º100%73.73%-
XYZ26.1239.2248.84-
YUV130.76155.2234.73-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 188 (73.83% from 255) = 51.23%
BLUE value IS 179 (70.31% from 255) = 48.77%
R=0%
G=51.23%
B=48.77%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal0188179100.050.26177.1310036.86
Hex0BCB364051Ab16425
Octal0274263144053226114445
Binary010111100101100111100100010111010101100011100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00BCB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00BCB3; }

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

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

<style>
 a { background-color: #00BCB3; }

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

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

<style>
 span { border-color: #00BCB3; }

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

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