#00BAC1

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

Shades of Iris Blue #00BAC1

Tints of Iris Blue #00BAC1

Color information

#00BAC1 (or 0x00BAC1) is unknown color: approx Iris Blue. HEX triplet: 00, BA and C1. RGB value is (0,186,193). Sum of RGB (Red+Green+Blue) = 0+186+193=379 (50% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 379); Green value is 186 (73.05% from 255 or 49.08% from 379); Blue value is 193 (75.78% from 255 or 50.92% from 379); Max value from RGB is 193 - color contains mainly: blue. Hex color #00BAC1 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00BAC1 is #FF453E. Grayscale: #828282. Windows color (decimal): -16729407 or 12696064. OLE color: 12696064.

HSL color Cylindrical-coordinate representation of color #00BAC1: hue angle of 182.18º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00BAC1 is Cyan = 1, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB0186193-
CMYK10.0400.24
HSL182.18º100%37.84%-
HSV(B)182.18º100%75.69%-
XYZ27.1838.9756.54-
YUV131.18162.8834.43-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 186 (73.05% from 255) = 49.08%
BLUE value IS 193 (75.78% from 255) = 50.92%
R=0%
G=49.08%
B=50.92%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal018619310.0400.24182.1810037.84
Hex0BAC1644018b66426
Octal0272301144403026614446
Binary010111010110000011100100100011000101101101100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00BAC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(0,186,193); }

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

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

 a { background-color: rgb(0,186,193); }

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

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

 span { border-color: rgb(0,186,193); }

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