#00BAD0

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

Shades of Iris Blue #00BAD0

Tints of Iris Blue #00BAD0

Color information

#00BAD0 (or 0x00BAD0) is unknown color: approx Iris Blue. HEX triplet: 00, BA and D0. RGB value is (0,186,208). Sum of RGB (Red+Green+Blue) = 0+186+208=394 (52% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 394); Green value is 186 (73.05% from 255 or 47.21% from 394); Blue value is 208 (81.64% from 255 or 52.79% from 394); Max value from RGB is 208 - color contains mainly: blue. Hex color #00BAD0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00BAD0 is #FF452F. Grayscale: #848484. Windows color (decimal): -16729392 or 13679104. OLE color: 13679104.

HSL color Cylindrical-coordinate representation of color #00BAD0: hue angle of 186.35º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00BAD0 is Cyan = 1, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB0186208-
CMYK10.1100.18
HSL186.35º100%40.78%-
HSV(B)186.35º100%81.57%-
XYZ28.9439.6765.81-
YUV132.89170.3833.21-

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) = 47.21%
BLUE value IS 208 (81.64% from 255) = 52.79%
R=0%
G=47.21%
B=52.79%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal018620810.1100.18186.3510040.78
Hex0BAD064B012ba6429
Octal02723201441302227214451
Binary0101110101101000011001001011010010101110101100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00BAD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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