#00B8BA

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

Shades of Iris Blue #00B8BA

Tints of Iris Blue #00B8BA

Color information

#00B8BA (or 0x00B8BA) is unknown color: approx Iris Blue. HEX triplet: 00, B8 and BA. RGB value is (0,184,186). Sum of RGB (Red+Green+Blue) = 0+184+186=370 (49% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 370); Green value is 184 (72.27% from 255 or 49.73% from 370); Blue value is 186 (73.05% from 255 or 50.27% from 370); Max value from RGB is 186 - color contains mainly: blue. Hex color #00B8BA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00B8BA is #FF4745. Grayscale: #818181. Windows color (decimal): -16729926 or 12236800. OLE color: 12236800.

HSL color Cylindrical-coordinate representation of color #00B8BA: hue angle of 180.65º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00B8BA is Cyan = 1, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB0184186-
CMYK10.0100.27
HSL180.65º100%36.47%-
HSV(B)180.65º100%72.94%-
XYZ2637.8352.39-
YUV129.21160.0435.84-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 184 (72.27% from 255) = 49.73%
BLUE value IS 186 (73.05% 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.27
SystemRedGreenBlueCMYKHSL
Decimal018418610.0100.27180.6510036.47
Hex0B8BA64101Bb56424
Octal0270272144103326514444
Binary0101110001011101011001001011011101101011100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00B8BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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