#00BABC

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

Shades of Iris Blue #00BABC

Tints of Iris Blue #00BABC

Color information

#00BABC (or 0x00BABC) is unknown color: approx Iris Blue. HEX triplet: 00, BA and BC. RGB value is (0,186,188). Sum of RGB (Red+Green+Blue) = 0+186+188=374 (49% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 374); Green value is 186 (73.05% from 255 or 49.73% from 374); Blue value is 188 (73.83% from 255 or 50.27% from 374); Max value from RGB is 188 - color contains mainly: blue. Hex color #00BABC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00BABC is #FF4543. Grayscale: #828282. Windows color (decimal): -16729412 or 12368384. OLE color: 12368384.

HSL color Cylindrical-coordinate representation of color #00BABC: hue angle of 180.64º 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 #00BABC is Cyan = 1, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB0186188-
CMYK10.0100.26
HSL180.64º100%36.86%-
HSV(B)180.64º100%73.73%-
XYZ26.6438.7553.65-
YUV130.61160.3834.84-

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.73%
BLUE value IS 188 (73.83% from 255) = 50.27%
R=0%
G=49.73%
B=50.27%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal018618810.0100.26180.6410036.86
Hex0BABC64101Ab56425
Octal0272274144103226514445
Binary0101110101011110011001001011010101101011100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00BABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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